From 8fa42fe169efceebc9e0ba4846072dde0aebc717 Mon Sep 17 00:00:00 2001 From: binaryify Date: Mon, 24 May 2021 10:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A7=A3=E6=9E=90=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=E6=94=B9=E5=96=84=20Docker=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81=20#1241?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.MD | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 27fb1cf..671d90b 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,4 +1,6 @@ # 更新日志 +### 4.0.13 | 2021.5.24 +- 修复解析问题,改善 Docker 支持 [#1241](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1241) ### 4.0.12 | 2021.5.1 - 首页-发现接口增加 cursor 参数,refresh默认设为false [#1217](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/1217) diff --git a/package.json b/package.json index a497ea8..e0e21bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "4.0.12", + "version": "4.0.13", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js", -- GitLab