diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d30487..00cee19c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ 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/). +## [0.13.1](https://github.com/lyswhut/lx-music-desktop/compare/v0.13.0...v0.13.1) - 2019-12-16 + +### 修复 + +- 修复全局更新弹窗无法遮盖搜索框的问题 + +### 其他 + +- 由于electron 7.1.3 - 7.1.5 的自动更新功能存在Bug,现降级到7.1.2 + ## [0.13.0](https://github.com/lyswhut/lx-music-desktop/compare/v0.12.1...v0.13.0) - 2019-12-15 ### 新增 diff --git a/package.json b/package.json index afb8c8d7..a8c94dd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "0.13.0", + "version": "0.13.1", "description": "一个免费的音乐下载助手", "main": "./dist/electron/main.js", "productName": "lx-music-desktop", diff --git a/publish/version.json b/publish/version.json index 3b99ad8a..7435c11f 100644 --- a/publish/version.json +++ b/publish/version.json @@ -1,7 +1,11 @@ { - "version": "0.13.0", - "desc": "

新增

\n\n

优化

\n\n

修复

\n\n

移除

\n\n

其他

\n\n", + "version": "0.13.1", + "desc": "

修复

\n\n

其他

\n\n", "history": [ + { + "version": "0.13.0", + "desc": "

新增

\n\n

优化

\n\n

修复

\n\n

移除

\n\n

其他

\n\n" + }, { "version": "0.12.1", "desc": "

优化

\n\n

修复

\n\n

其他

\n\n"