Skip to content

Commit

Permalink
bump to 4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Dec 20, 2023
1 parent 5c1f3ae commit 6a541a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -15,6 +25,7 @@
- 修复`更新用户信息`接口报错问题 #1824

- 部分接口移除`avatarImgId_str`字段
- 新增日推歌曲不感兴趣接口 #1816

### 4.13.3 | 2023.10.10
- 添加播客声音搜索接口 #1814
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "4.13.8",
"version": "4.14.0",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",
Expand Down

1 comment on commit 6a541a3

@vercel
Copy link

@vercel vercel bot commented on 6a541a3 Dec 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.