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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 6, 2023
1 parent d775871 commit aed2ad8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

<a name="0.10.2"></a>
## 0.10.2 (2023-02-06)

### Removed

- 🔥 Remove logs and eslint [[d775871](https://github.com/baptisteArno/node-youtube-music/commit/d7758716d8edbfe1fb8ed409072d8d1447450c43)]


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

Expand Down
4 changes: 2 additions & 2 deletions 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.10.1",
"version": "0.10.2",
"exports": "./dist/index.js",
"files": [
"dist"
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"scripts": {
"dev": "tsup --watch",
"build": "eslint src/**/* && tsup",
"build": "tsup",
"test": "vitest",
"generate-change-log": "pnpx gitmoji-changelog"
},
Expand Down

0 comments on commit aed2ad8

Please sign in to comment.