bump to 4.21.2
All checks were successful
Node.js CI / Test (14.x) (push) Successful in 9m54s
Node.js CI / Test (16.x) (push) Successful in 9m49s
Node.js CI / Test (18.x) (push) Successful in 9m49s
Node.js CI / Lint (14.x) (push) Successful in 9m50s

This commit is contained in:
binaryify 2024-07-09 11:19:58 +08:00
parent b42e16f91e
commit 93ebc9cf51
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# 更新日志 # 更新日志
### 4.21.2 | 2024.07.09
- 问题修复 [#14](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/14)
### 4.21.1 | 2024.06.27 ### 4.21.1 | 2024.06.27
- 问题修复 [#13](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/13) - 问题修复 [#13](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/13)

View File

@ -1,6 +1,6 @@
{ {
"name": "NeteaseCloudMusicApi", "name": "NeteaseCloudMusicApi",
"version": "4.21.1", "version": "4.21.2",
"description": "网易云音乐 NodeJS 版 API", "description": "网易云音乐 NodeJS 版 API",
"scripts": { "scripts": {
"start": "node app.js", "start": "node app.js",