Skip to content

Commit 7efac81

Browse files
committed
发布v1.3.1
1 parent 917dfb0 commit 7efac81

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ 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.3.1](https://github.com/lyswhut/lx-music-sync-server/compare/v1.3.0...v1.3.1) - 2023-03-31
10+
11+
### 优化
12+
13+
- 添加重复的客户端连接检测
14+
- 为socket连接添加IP阻止名单校验
15+
16+
### 修复
17+
18+
- 修复潜在导致列表数据不同步的问题
19+
920
## [1.3.0](https://github.com/lyswhut/lx-music-sync-server/compare/v1.2.3...v1.3.0) - 2023-03-27
1021

1122
### 新增

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)