bump to 4.13.8

This commit is contained in:
binaryify 2023-10-27 16:57:22 +08:00
parent 0140eefce5
commit 43391930b3
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# 更新日志 # 更新日志
### 4.13.8 | 2023.10.27
- Docker 构建平台支持调整(只支持linux/arm64和linux/amd64)
### 4.13.7 | 2023.10.26 ### 4.13.7 | 2023.10.26
- 修复 Docker 构建镜像安装依赖速度慢的问题 - 修复 Docker 构建镜像安装依赖速度慢的问题

View File

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