🎉 Release: v2.3.0-beta.3

This commit is contained in:
PiEgg 2020-07-12 22:02:58 +08:00
parent 21d3942d2b
commit 6e855384e0
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
# :tada: 2.3.0-beta.3 (2020-07-12)
### :bug: Bug Fixes
* choose default picBed failure ([21d3942](https://github.com/Molunerfinn/PicGo/commit/21d3942)), closes [#537](https://github.com/Molunerfinn/PicGo/issues/537)
* shortkey disabled failure ([4f0809e](https://github.com/Molunerfinn/PicGo/commit/4f0809e)), closes [#534](https://github.com/Molunerfinn/PicGo/issues/534)
# :tada: 2.3.0-beta.2 (2020-07-12)

View File

@ -1,6 +1,6 @@
{
"name": "picgo",
"version": "2.3.0-beta.2",
"version": "2.3.0-beta.3",
"private": true,
"scripts": {
"dev": "vue-cli-service electron:serve",