diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 60f6def..62000d6 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,4 +1,10 @@ # 更新日志 +### 4.22.0 | 2024.07.16 +- 增加部分接口(获取客户端歌曲下载链接 - 新版、当前账号关注的用户/歌手);eapi返回值加密可被控制,默认不加密;代码优化 [#15](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/15) +- 增加`会员下载歌曲记录` `会员本月下载歌曲记录` `已购买单曲` 等接口 [#16](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/16) +- 增加API调试界面 [#16](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/16) + + ### 4.21.2 | 2024.07.09 - 问题修复 [#14](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/14) diff --git a/package.json b/package.json index 9ffedfa..57e68e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "4.21.2", + "version": "4.22.0", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js",