We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21cbb44 commit 1c4e9edCopy full SHA for 1c4e9ed
3 files changed
CHANGELOG.md
@@ -6,6 +6,12 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
6
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
7
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
8
9
+## [1.1.1](https://github.com/lyswhut/lx-music-desktop/compare/v1.1.0...v1.1.1) - 2020-09-19
10
+
11
+### 修复
12
13
+- 修复某些情况下桌面歌词不会播放的问题
14
15
## [1.1.0](https://github.com/lyswhut/lx-music-desktop/compare/v1.0.1...v1.1.0) - 2020-09-18
16
17
### 新增
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lx-music-desktop",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "一个免费的音乐下载助手",
5
"main": "./dist/electron/main.js",
"productName": "lx-music-desktop",
0 commit comments