From 247081174ad70b4e369439a4a561339ef7848ea5 Mon Sep 17 00:00:00 2001 From: binaryify Date: Fri, 4 Feb 2022 13:07:11 +0800 Subject: [PATCH] update --- CHANGELOG.MD | 3 +++ README.MD | 1 + package.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index fc96cd2..d2e47ad 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,4 +1,7 @@ # 更新日志 +### 4.5.3 | 2022.02.04 +- 增加签到进度接口 [#1462](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1462) + ### 4.5.2 | 2022.01.28 - 入口文件优化 [#1457](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1457) diff --git a/README.MD b/README.MD index 0a7dcae..df4dde1 100644 --- a/README.MD +++ b/README.MD @@ -355,6 +355,7 @@ banner({ type:0 }).then(res=>{ 233. 最近播放-歌单 234. 最近播放-专辑 235. 最近播放-播客 +236. 签到进度 ## 更新日志 diff --git a/package.json b/package.json index 5873a31..7edaf4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "4.5.2", + "version": "4.5.3", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js",