bump to 4.22.0

This commit is contained in:
binaryify 2024-07-23 11:13:49 +08:00
parent 7e51c9cd5b
commit eae4c1f53c
2 changed files with 7 additions and 1 deletions

View File

@ -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)

View File

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