bump to 4.14.0

This commit is contained in:
binaryify 2023-12-20 11:22:11 +08:00
parent 5c1f3aee5a
commit 6a541a33a1
2 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,14 @@
# 更新日志
### 4.14.0 | 2023.12.20
- appver更新
- fix: /artist/detail 登录状态下调用提示网络拥挤的问题 #1853
- 歌曲红心数量,歌曲音质详情,本地歌曲文件匹配网易云歌曲信息 #1852
- crypto.js 重构 #1839
- 播客列表详情, 播客声音排序 #1843
- song_url number 类型修复 #1837
- 更新获取歌曲详情接口的 TypeScript 定义与文档,增加 Hi-Res 类型 #1836
### 4.13.8 | 2023.10.27
- Docker 构建平台支持调整(只支持linux/arm64和linux/amd64)
@ -15,6 +25,7 @@
- 修复`更新用户信息`接口报错问题 #1824
- 部分接口移除`avatarImgId_str`字段
- 新增日推歌曲不感兴趣接口 #1816
### 4.13.3 | 2023.10.10
- 添加播客声音搜索接口 #1814

View File

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