From b93dd05fd3a4cdc6f8b33c9128a7c5d93794ad22 Mon Sep 17 00:00:00 2001 From: Molunerfinn Date: Sun, 28 Jun 2020 15:31:36 +0800 Subject: [PATCH] :tada: Release: v2.3.0-beta.1 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1543a66..a1f0e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# :tada: 2.3.0-beta.1 (2020-06-28) + + +### :bug: Bug Fixes + +* auto-copy option && copy style ([b6e3adb](https://github.com/Molunerfinn/PicGo/commit/b6e3adb)) +* beta version update bug ([18ad542](https://github.com/Molunerfinn/PicGo/commit/18ad542)) +* paste url encoding bug ([59d3eba](https://github.com/Molunerfinn/PicGo/commit/59d3eba)), closes [#454](https://github.com/Molunerfinn/PicGo/issues/454) + + +### :pencil: Documentation + +* update FAQ && ISSUE_TEMPLATE ([2c57a27](https://github.com/Molunerfinn/PicGo/commit/2c57a27)) +* update readme ([2adff1e](https://github.com/Molunerfinn/PicGo/commit/2adff1e)) + + + # :tada: 2.3.0-beta.0 (2020-04-30) diff --git a/package.json b/package.json index c4bb761..d96ce23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "picgo", - "version": "2.3.0-beta.0", + "version": "2.3.0-beta.1", "private": true, "scripts": { "dev": "vue-cli-service electron:serve",