bump to 4.21.1
All checks were successful
Node.js CI / Test (14.x) (push) Successful in 10m1s
Node.js CI / Test (16.x) (push) Successful in 10m10s
Node.js CI / Test (18.x) (push) Successful in 10m13s
Node.js CI / Lint (14.x) (push) Successful in 10m14s

This commit is contained in:
binaryify 2024-06-27 09:34:04 +08:00
parent 2553caf13a
commit 9754f341ea
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# 更新日志
### 4.21.1 | 2024.06.27
- 问题修复 [#13](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/13)
### 4.21.0 | 2024.06.26
- 新增云盘导入歌曲接口 [#11](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/11)
- 代码优化 [#12](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/12)

View File

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