mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-22 14:43:10 +00:00
bump to 4.9.0
This commit is contained in:
parent
3935bd7b41
commit
f741bb358b
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x, 16.x, 18.x ]
|
||||
node-version: [14.x, 16.x, 18.x ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
@ -1,4 +1,12 @@
|
||||
# 更新日志
|
||||
### 4.9.0 | 2023.07.20
|
||||
- 新增沉浸环绕声音质,修改部分文案以同步客户端更改 #1760
|
||||
|
||||
- 增加对鲸云臻音、鲸云母带音质的支持 #1731
|
||||
|
||||
- 新增星评馆简要评论获取接口 #1770
|
||||
|
||||
- 更新 song_detail 返回值类型 #1772
|
||||
|
||||
### 4.8.11 | 2023.05.29
|
||||
- 支持headers不携带cookie信息
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "NeteaseCloudMusicApi",
|
||||
"version": "4.8.11",
|
||||
"version": "4.9.0",
|
||||
"description": "网易云音乐 NodeJS 版 API",
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user