Merge pull request #8 from Binaryify/master

sync
This commit is contained in:
Nzix 2018-08-25 01:34:15 +08:00 committed by GitHub
commit 481a37a3f7
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
# 更新日志 # 更新日志
### 2.16.0 | 2018.08.09
- Fixed #288,#289,#290
解决歌曲URL请求被判 Cheating,修复私信接收异常 #291
### 2.15.0 | 2018.07.30 ### 2.15.0 | 2018.07.30
新增相关歌单推荐和付费精选接口,增加歌手列表接口按首字母索引查找参数 新增相关歌单推荐和付费精选接口,增加歌手列表接口按首字母索引查找参数

View File

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