新增购买专辑接口 #740

This commit is contained in:
binaryify 2020-04-20 14:12:00 +08:00
parent e5caf7a418
commit 4a0645d92e
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# 更新日志
### 3.27.0 | 2020.04.20
- 新增购买专辑接口 by [TimonPeng](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/740)
### 3.26.0 | 2020.04.08
#### Breaking change
- 更新歌手分类列表接口参数,因`cat`参数失效,调整为`type`和`area`参数

View File

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