bump to 4.21.0

This commit is contained in:
binaryify 2024-06-26 14:55:35 +08:00
parent 2501ca2101
commit f99564d1b4
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# 更新日志
### 4.21.0 | 2024.06.26
- 新增云盘导入歌曲接口 [#11](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/11)
- 代码优化 [#12](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/12)
### 4.20.0 | 2024.06.12
- 一起听从机模式完善 [#8](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/8)
- 云盘上传后缀名判断完善

View File

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