修复解析问题,改善 Docker 支持 #1241

This commit is contained in:
binaryify 2021-05-24 10:38:01 +08:00
parent f5437a34d2
commit 8fa42fe169
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "4.0.12",
"version": "4.0.13",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",