From 3a033b66c42f07aaf653ab71173ee04daf0e7573 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 27 Oct 2019 12:00:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=830.9.1=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ package.json | 2 +- publish/version.json | 8 ++++++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d09b3a2c..ff16c2df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## [0.9.1](https://github.com/lyswhut/lx-music-desktop/compare/v0.9.0...v0.9.1) - 2019-10-27 + +#### 修复 + +- 修复没有配置文件时程序启动出错的问题 + ## [0.9.0](https://github.com/lyswhut/lx-music-desktop/compare/v0.8.2...v0.9.0) - 2019-10-27 #### 新增 diff --git a/package.json b/package.json index 013e9f57..0d8b6cc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "0.9.0", + "version": "0.9.1", "description": "一个免费的音乐下载助手", "main": "./dist/electron/main.js", "productName": "lx-music-desktop", diff --git a/publish/version.json b/publish/version.json index caacc84c..e75eb995 100644 --- a/publish/version.json +++ b/publish/version.json @@ -1,7 +1,11 @@ { - "version": "0.9.0", - "desc": "

新增

\n\n

修复

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

修复

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

新增

\n\n

修复

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

修复

\n\n"