From 2d5848db94fc8295aea506f05a9dead957d73626 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Mon, 19 Aug 2019 19:10:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=830.1.6=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 7d0d5b98ee..aecc18a9f1 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.1.6](https://github.com/lyswhut/lx-music-desktop/compare/v0.1.5...v0.1.6) - 2019-08-19 + +### 修复 + +- 修复列表多选音源限制Bug + ## [0.1.5](https://github.com/lyswhut/lx-music-desktop/compare/v0.1.4...v0.1.5) - 2019-08-19 ### 新增 diff --git a/package.json b/package.json index 01bd0c34d0..37c62dffa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "0.1.5", + "version": "0.1.6", "description": "一个免费的音乐下载助手", "main": "./dist/electron/main.js", "scripts": { diff --git a/publish/version.json b/publish/version.json index 24220215a5..240a46364a 100644 --- a/publish/version.json +++ b/publish/version.json @@ -1,7 +1,11 @@ { - "version": "0.1.5", - "desc": "

新增

\n\n

优化

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

修复

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

新增

\n\n

优化

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

新增

\n\n

优化

\n\n"