update: v4.23.2
Some checks failed
Node.js CI / Test (14.x) (push) Failing after 19s
Node.js CI / Test (16.x) (push) Failing after 7s
Node.js CI / Test (18.x) (push) Failing after 7s
Node.js CI / Lint (14.x) (push) Failing after 7s

This commit is contained in:
binaryify 2024-10-12 10:11:47 +08:00
parent 3433c33b7e
commit 75549b6117
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# 更新日志
### 4.23.2 | 2024.10.12
- cookie参数补充 [#27](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/27)
### 4.23.1 | 2024.10.06
- 模拟pc客户端的ua和cookie字段 [#26](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/26)

View File

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