bump to 4.10.1

This commit is contained in:
binaryify 2023-08-21 21:39:02 +08:00
parent c2621a5870
commit d7cf9d1c2f
3 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,4 +6,3 @@ node_modules
.history
examples/moddef.json
bin
util/config.json

View File

@ -1,4 +1,7 @@
# 更新日志
### 4.10.1 | 2023.08.21
- 补充匿名登录username算法, anonymous_token 动态生成
### 4.10.0 | 2023.08.21
- 禁用NMTID, 恢复手机登录和邮箱登录 #1788
- 状态码判断完善,补充verify相关接口 #1783

View File

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