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

Commit ee44714

Browse files
committed
🔖 Release v0.9.1
1 parent 4524fa4 commit ee44714

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
<a name="0.9.1"></a>
4+
## 0.9.1 (2023-01-20)
5+
6+
### Miscellaneous
7+
8+
- 🧑‍💻 Improve library exports [[4524fa4](https://github.com/baptisteArno/node-youtube-music/commit/4524fa4a9e9c6c1830bd0f7077ef21511f34c5d8)]
9+
10+
311
<a name="0.9.0"></a>
412
## 0.9.0 (2022-12-31)
513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-youtube-music",
33
"description": "Unofficial YouTube Music API for Node.js",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)