update to 2.13.0

This commit is contained in:
binaryify 2018-06-05 16:02:55 +08:00
parent 685041c0ab
commit 22e6c0116f
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# 更新日志 # 更新日志
### 2.13.0 | 2018.06.05
增加自动注册路由的功能,简化路由注册逻辑
### 2.12.0 | 2018.05.27 ### 2.12.0 | 2018.05.27
更新文档,优化歌单详情接口 更新文档,优化歌单详情接口

View File

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