diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 17697f5496f3e3142bcb6b4f625130249c93322d..33dc623680a8a415d5032bead49fb2ebdf92ac77 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,4 +1,11 @@ # 更新日志 +### 4.3.0 | 2022.01.22 +- fix: 发送/删除评论、点赞失败 [#1446](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1446) + +- 增加二进制文件node标识 [#1440](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1440) + +- 获取歌单所有歌曲增加offset偏移量设置[#1435](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1435) + ### 4.2.0 | 2021.11.23 - 合并相同接口(发送文本动态,使用`/share/resource`接口代替);增加歌手视频接口;增加创建共享歌单的用法 [#1402](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1402) diff --git a/package.json b/package.json index f6a1e41bdec65d0c5ebd20331cd42b1ec91454b2..bd88d0bb157057f2c9b77ae3017f52003a710600 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "4.2.0", + "version": "4.3.0", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js",