Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
🔖 Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 5, 2023
1 parent 3ad6c19 commit beb2c72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

<a name="0.10.0"></a>
## 0.10.0 (2023-02-05)

### Changed

- 🏗️ Convert to ES Module and use Vitest [[3ad6c19](https://github.com/baptisteArno/node-youtube-music/commit/3ad6c199f188b4e0d30beb7ac3b2d121b0c054ee)]
- ⏪ Introduce back es build [[a3cf28f](https://github.com/baptisteArno/node-youtube-music/commit/a3cf28fcb8b75892a76283d113414f338305b05d)]


<a name="0.9.2"></a>
## 0.9.2 (2023-02-05)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-youtube-music",
"description": "Unofficial YouTube Music API for Node.js",
"version": "0.9.1",
"version": "0.10.0",
"exports": "./dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit beb2c72

Please sign in to comment.