From 004f4846ab35388e91b763780818de744fa27123 Mon Sep 17 00:00:00 2001 From: binaryify Date: Sun, 13 Sep 2020 13:15:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20TypeScript=20=E5=A3=B0?= =?UTF-8?q?=E6=98=8E=20#928?= 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 ee3e0b5..4bf9bae 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,4 +1,7 @@ # 更新日志 +### 3.40.1 | 2020.09.13 +- 更新 TypeScript 声明 [#928](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/928) + ### 3.40.0 | 2020.09.12 - 新增 TypeScript 声明文件 [#908](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/908) - 更改随机 UA 相关逻辑[#922](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/922) diff --git a/package.json b/package.json index 6597965..317c36d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "3.40.0", + "version": "3.40.1", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js",