支持 CORS 预检 #564 #578

This commit is contained in:
binaryify 2019-08-25 17:03:57 +08:00
parent f848a00a80
commit 98bb292872
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# 更新日志
### 3.22.0 | 2019.08.25
- 支持 CORS 预检 [#564](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/564) [#578](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/578)
### 3.21.1 | 2019.08.21
- 修复推荐歌单和网易出品mv参数错误,更新文档 [#571](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/571) [#572](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/572)

View File

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