Skip to content

Commit

Permalink
发布v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Mar 27, 2023
1 parent efb54dc commit 03dc707
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ 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/).

## [1.2.3](https://github.com/lyswhut/lx-music-sync-server/compare/v1.2.2...v1.2.3) - 2023-03-27

### 优化

- 添加用户空间管理延迟销毁

### 修复

- 修复在环境变量使用简写方式创建用户的数据解析问题(#6

## [1.2.2](https://github.com/lyswhut/lx-music-sync-server/compare/v1.2.1...v1.2.2) - 2023-03-26

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

0 comments on commit 03dc707

Please sign in to comment.