Skip to content

Commit

Permalink
发布v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Oct 26, 2023
1 parent 720dbc0 commit 91a1205
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.1.2](https://github.com/lyswhut/lx-music-sync-server/compare/v2.1.1...v2.1.2) - 2023-10-26

### 修复

- 修复绑定IP为IPv6时,连接用户时会导致服务报错的问题(#55

## [2.1.1](https://github.com/lyswhut/lx-music-sync-server/compare/v2.1.0...v2.1.1) - 2023-10-03

### 优化
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.1.1",
"version": "2.1.2",
"private": true,
"scripts": {
"build": "rimraf server && tsc --project tsconfig.json && tsc-alias -p tsconfig.json",
Expand Down

0 comments on commit 91a1205

Please sign in to comment.