update to v4.3.0

This commit is contained in:
binaryify 2022-01-22 20:57:25 +08:00
parent 5daa11bdb6
commit 6d335bd85f
2 changed files with 8 additions and 1 deletions

View File

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

View File

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