bump to v4.7.0

This commit is contained in:
binaryify 2022-09-02 15:20:49 +08:00
parent 020e825701
commit 3b908b34a5
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
# 更新日志
### 4.7.0 | 2022.09.02
- 新增 API: 新版音乐链接获取 [#1583]
- 新增 API: 歌曲百科简要信息 [#1596]
- 新增 API: 乐谱相关 API [#1596]
- ResourceType 补充 [#1497]
### 4.6.7 | 2022.07.17
- 音乐是否可用接口更新 #1544

View File

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