🎉 Release: v2.3.0-beta.1

This commit is contained in:
Molunerfinn 2020-06-28 15:31:36 +08:00
parent 59d3eba86d
commit b93dd05fd3
2 changed files with 18 additions and 1 deletions

View File

@ -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)

View File

@ -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",