Skip to content

Commit

Permalink
发布v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Sep 10, 2023
1 parent 6d78412 commit 2188dd7
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.2](https://github.com/lyswhut/lx-music-sync-server/compare/v2.0.1...v2.0.2) - 2023-09-10

### 修复

- 修复同步数据字段顺序不一致导致两边列表数据相同时会出现MD5不匹配进而导致多余的同步流程问题

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

### 修复
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.1",
"version": "2.0.2",
"private": true,
"scripts": {
"build": "rimraf server && tsc --project tsconfig.json && tsc-alias -p tsconfig.json",
Expand Down

0 comments on commit 2188dd7

Please sign in to comment.