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

Commit aed2ad8

Browse files
committed
🔖 Release v0.10.2
1 parent d775871 commit aed2ad8

2 files changed

Lines changed: 10 additions & 2 deletions

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.10.2"></a>
4+
## 0.10.2 (2023-02-06)
5+
6+
### Removed
7+
8+
- 🔥 Remove logs and eslint [[d775871](https://github.com/baptisteArno/node-youtube-music/commit/d7758716d8edbfe1fb8ed409072d8d1447450c43)]
9+
10+
311
<a name="0.10.1"></a>
412
## 0.10.1 (2023-02-05)
513

package.json

Lines changed: 2 additions & 2 deletions
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.10.1",
4+
"version": "0.10.2",
55
"exports": "./dist/index.js",
66
"files": [
77
"dist"
@@ -17,7 +17,7 @@
1717
"license": "MIT",
1818
"scripts": {
1919
"dev": "tsup --watch",
20-
"build": "eslint src/**/* && tsup",
20+
"build": "tsup",
2121
"test": "vitest",
2222
"generate-change-log": "pnpx gitmoji-changelog"
2323
},

0 commit comments

Comments
 (0)