Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryifytest committed Jan 27, 2022
1 parent e7c153d commit 91a3ba7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 更新日志

### 5.0.0 | 2022.01.27
### 4.5.0 | 2022.01.27

- app.js 重构[#1453](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1453)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "5.0.0",
"version": "4.5.0",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",
Expand All @@ -15,7 +15,7 @@
"bin": "./app.js",
"pkg": {
"scripts": "module/*.js",
"assets":[
"assets": [
"/node_modules/vm2/lib/contextify.js",
"/public"
]
Expand Down

2 comments on commit 91a3ba7

@vercel
Copy link

@vercel vercel bot commented on 91a3ba7 Jan 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

netease-cloud-music-api – ./docs

neteasecloudmusicapi.vercel.app
netease-cloud-music-api-git-master-binaryify.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 91a3ba7 Jan 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.