From 4a6311626313c48b05a76aa0e43615a2a8683692 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Oct 2020 11:26:26 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.3.0](https://github.com/CaoMeiYouRen/shirakami-haruka-button/compare/v1.2.2...v1.3.0) (2020-10-19) ### ✨ 新功能 * 增加停止播放功能 ([8ad8f21](https://github.com/CaoMeiYouRen/shirakami-haruka-button/commit/8ad8f21)) by: **** * 增加洗脑循环;合并停止循环和全部停止按钮 ([d6c019e](https://github.com/CaoMeiYouRen/shirakami-haruka-button/commit/d6c019e)) by: **** ### 🐛 Bug 修复 * 修复停止播放bug;关于页面新增更新日志链接;更新日志新增用户名;优化按钮样式 ([daf77f3](https://github.com/CaoMeiYouRen/shirakami-haruka-button/commit/daf77f3)) by: ****, closes [#4](https://github.com/CaoMeiYouRen/shirakami-haruka-button/issues/4) --- CHANGELOG.md | 13 +++++++++++++ package.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5817e09..22bf08c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # shirakami-haruka-button +# [1.3.0](https://github.com/CaoMeiYouRen/shirakami-haruka-button/compare/v1.2.2...v1.3.0) (2020-10-19) + + +### ✨ 新功能 + +* 增加停止播放功能 ([8ad8f21](https://github.com/CaoMeiYouRen/shirakami-haruka-button/commit/8ad8f21)) by: **** +* 增加洗脑循环;合并停止循环和全部停止按钮 ([d6c019e](https://github.com/CaoMeiYouRen/shirakami-haruka-button/commit/d6c019e)) by: **** + + +### 🐛 Bug 修复 + +* 修复停止播放bug;关于页面新增更新日志链接;更新日志新增用户名;优化按钮样式 ([daf77f3](https://github.com/CaoMeiYouRen/shirakami-haruka-button/commit/daf77f3)) by: ****, closes [#4](https://github.com/CaoMeiYouRen/shirakami-haruka-button/issues/4) + ## [1.2.2](https://github.com/CaoMeiYouRen/shirakami-haruka-button/compare/v1.2.1...v1.2.2) (2020-10-18) diff --git a/package.json b/package.json index 8a969b4..5170e42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shirakami-haruka-button", - "version": "1.2.2", + "version": "1.3.0", "private": true, "author": "CaoMeiYouRen", "license": "MIT", @@ -108,4 +108,4 @@ "language": "zh", "authorName": true } -} \ No newline at end of file +}