diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 8cb67c1..f8b4d9a 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -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) diff --git a/package.json b/package.json index ef7003f..fb376ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "4.23.2", + "version": "4.23.3", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js",