bump to 4.9.0

This commit is contained in:
binaryify 2023-07-20 09:46:46 +08:00
parent 3935bd7b41
commit f741bb358b
4 changed files with 11 additions and 3 deletions

View File

@ -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 }}

View File

@ -1,4 +1,12 @@
# 更新日志
### 4.9.0 | 2023.07.20
- 新增沉浸环绕声音质,修改部分文案以同步客户端更改 #1760
- 增加对鲸云臻音、鲸云母带音质的支持 #1731
- 新增星评馆简要评论获取接口 #1770
- 更新 song_detail 返回值类型 #1772
### 4.8.11 | 2023.05.29
- 支持headers不携带cookie信息

View File

@ -24,7 +24,7 @@
## 环境要求
需要 NodeJS 12+ 环境
需要 NodeJS 14+ 环境
## 安装

View File

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