diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 4e2da95..ad4963f 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,4 +1,8 @@ # 更新日志 +## 2.1.3 | 2017.4.6 +改善文档 + + ## 2.1.0 | 2017.4.6 增加获取评论接口以及对应单元测试,增加更新日志 diff --git a/README.MD b/README.MD index df7e241..8e46c5d 100644 --- a/README.MD +++ b/README.MD @@ -36,11 +36,12 @@ $ node app.js ## 更新日志 [changelog](https://github.com/Binaryify/NeteaseCloudMusicApi/blob/master/CHANGELOG.MD) + ## 单元测试 ``` shell $ npm test -``` +``` ![单元测试](https://raw.githubusercontent.com/Binaryify/NeteaseCloudMusicApi/master/static/screenshot1.png) ![单元测试](https://raw.githubusercontent.com/Binaryify/NeteaseCloudMusicApi/master/static/screenshot2.png) diff --git a/package.json b/package.json index b04e1ce..2d6105d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "2.1.2", + "version": "2.1.3", "description": "", "scripts": { "start": "node app.js",