Skip to content

Commit 03dc707

Browse files
committed
发布v1.2.3
1 parent efb54dc commit 03dc707

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
66
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
77
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
88

9+
## [1.2.3](https://github.com/lyswhut/lx-music-sync-server/compare/v1.2.2...v1.2.3) - 2023-03-27
10+
11+
### 优化
12+
13+
- 添加用户空间管理延迟销毁
14+
15+
### 修复
16+
17+
- 修复在环境变量使用简写方式创建用户的数据解析问题(#6
18+
919
## [1.2.2](https://github.com/lyswhut/lx-music-sync-server/compare/v1.2.1...v1.2.2) - 2023-03-26
1020

1121
### 修复

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lx-music-sync-server",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"private": true,
55
"scripts": {
66
"build": "tsc --project tsconfig.json && tsc-alias -p tsconfig.json",

0 commit comments

Comments
 (0)