From af852734662a848acb0c3c517d07c7588390aef8 Mon Sep 17 00:00:00 2001 From: binaryify Date: Thu, 7 Nov 2019 14:08:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.MD | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index e4922a8..ae19412 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,5 @@ # 更新日志 -### 3.25.1 | 2019.11.07 +### 3.25.2 | 2019.11.07 - 修复邮箱登录状态码错误,增加相关提示 [#633](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/633) ### 3.25.0 | 2019.11.06 diff --git a/package.json b/package.json index 1cd485b..b2278a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "3.25.1", + "version": "3.25.2", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js", -- GitLab