Skip to content

Commit

Permalink
bump to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Jul 20, 2023
1 parent 3935bd7 commit f741bb3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# 更新日志
### 4.9.0 | 2023.07.20
- 新增沉浸环绕声音质,修改部分文案以同步客户端更改 #1760

- 增加对鲸云臻音、鲸云母带音质的支持 #1731

- 新增星评馆简要评论获取接口 #1770

- 更新 song_detail 返回值类型 #1772

### 4.8.11 | 2023.05.29
- 支持headers不携带cookie信息
Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

## 环境要求

需要 NodeJS 12+ 环境
需要 NodeJS 14+ 环境

## 安装

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "4.8.11",
"version": "4.9.0",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",
Expand Down

0 comments on commit f741bb3

Please sign in to comment.