发布v1.22.3

pull/1050/head
lyswhut 2022-09-03 01:17:05 +08:00
parent 657e65bc6a
commit f4285ae106
3 changed files with 8 additions and 2 deletions

View File

@ -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/).
## [1.22.3](https://github.com/lyswhut/lx-music-desktop/compare/v1.22.2...v1.22.3) - 2022-09-03
### 修复
- 修复因音源的域名到期导致的音源失效的问题
## [1.22.2](https://github.com/lyswhut/lx-music-desktop/compare/v1.22.1...v1.22.2) - 2022-08-18
### 优化

View File

@ -1,6 +1,6 @@
{
"name": "lx-music-desktop",
"version": "1.22.2",
"version": "1.22.3",
"description": "一个免费的音乐查找助手",
"main": "./dist/main.js",
"productName": "lx-music-desktop",

File diff suppressed because one or more lines are too long