update: v4.23.3
Some checks failed
Node.js CI / Test (14.x) (push) Failing after 5m10s
Node.js CI / Test (16.x) (push) Failing after 13s
Node.js CI / Test (18.x) (push) Failing after 12s
Node.js CI / Lint (14.x) (push) Failing after 4m59s

This commit is contained in:
binaryify 2024-10-15 09:42:36 +08:00
parent 6d8b50da59
commit 71272bf448
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# 更新日志
### 4.23.3 | 2024.10.15
- 更正iPhone请求的cookie [#28](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/28)
### 4.23.2 | 2024.10.12
- cookie参数补充 [#27](https://gitlab.com/Binaryify/neteasecloudmusicapi/-/merge_requests/27)

View File

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