From 987f6bab240de3d14ff170d8d70353ec88b07a3f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 30 Dec 2020 12:59:05 +0000 Subject: [PATCH] chore(release): 1.9.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.9.3](https://github.com/CaoMeiYouRen/shirakami-haruka-button/compare/v1.9.2...v1.9.3) (2020-12-30) ### 🐛 Bug 修复 * 移除query-string包; 修改动态获取 ([46e087a](https://github.com/CaoMeiYouRen/shirakami-haruka-button/commit/46e087a)), closes [#22](https://github.com/CaoMeiYouRen/shirakami-haruka-button/issues/22) [#23](https://github.com/CaoMeiYouRen/shirakami-haruka-button/issues/23) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5975403..96f1b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # shirakami-haruka-button(豹按钮(:3っ)∋) +## [1.9.3](https://github.com/CaoMeiYouRen/shirakami-haruka-button/compare/v1.9.2...v1.9.3) (2020-12-30) + + +### 🐛 Bug 修复 + +* 移除query-string包; 修改动态获取 ([46e087a](https://github.com/CaoMeiYouRen/shirakami-haruka-button/commit/46e087a)), closes [#22](https://github.com/CaoMeiYouRen/shirakami-haruka-button/issues/22) [#23](https://github.com/CaoMeiYouRen/shirakami-haruka-button/issues/23) + ## [1.9.2](https://github.com/CaoMeiYouRen/shirakami-haruka-button/compare/v1.9.1...v1.9.2) (2020-12-30) diff --git a/package.json b/package.json index d4a00a6..faafce2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shirakami-haruka-button", - "version": "1.9.2", + "version": "1.9.3", "private": true, "author": "CaoMeiYouRen", "license": "MIT",