bump to v4.25.0
Some checks failed
Node.js CI / Test (14.x) (push) Successful in 10m3s
Node.js CI / Test (16.x) (push) Successful in 9m56s
Node.js CI / Test (18.x) (push) Successful in 9m48s
Node.js CI / Lint (14.x) (push) Failing after 5m13s

This commit is contained in:
binaryify 2024-11-16 11:07:07 +08:00
parent 88ca6938be
commit fc85d6d6c7
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# 更新日志
### 4.25.0 | 2024.11.16
- feat: 增加副歌时间、相关歌单推荐接口原有相关歌单接口已废弃fix: 将部分易盾白名单接口替换为eapi [#30](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/30)
- fix: 播客上传接口 [#32](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/32)
### 4.24.0 | 2024.10.20
- 新增用户徽章,用户状态,听歌足迹,今日收听,歌单导入等接口 [#29](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/29)

View File

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