Skip to content

Commit

Permalink
发布v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Sep 10, 2023
1 parent d155f31 commit 45a58ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).

## [2.0.1](https://github.com/lyswhut/lx-music-sync-server/compare/v1.3.1...v2.0.1) - 2023-09-10

### 修复

- 修复v1 -> v2的数据迁移时跳过对空数据的用户文件夹处理

## [1.3.1](https://github.com/lyswhut/lx-music-sync-server/compare/v1.3.0...v1.3.1) - 2023-03-31

### 优化
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lx-music-sync-server",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"scripts": {
"build": "rimraf server && tsc --project tsconfig.json && tsc-alias -p tsconfig.json",
Expand Down

0 comments on commit 45a58ec

Please sign in to comment.