From 4a0645d92e78f112a736e6f67792b2657d5cf53c Mon Sep 17 00:00:00 2001 From: binaryify Date: Mon, 20 Apr 2020 14:12:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=B4=AD=E4=B9=B0=E4=B8=93?= =?UTF-8?q?=E8=BE=91=E6=8E=A5=E5=8F=A3=20#740?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.MD | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 3ce8224..4aa9192 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -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`参数 diff --git a/package.json b/package.json index 831d8cb..67ba34c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "3.26.0", + "version": "3.27.0", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js", -- GitLab