🎉 Release: v2.3.1-beta.0

This commit is contained in:
PiEgg 2022-01-05 22:58:53 +08:00
parent f2a4197ca2
commit b93b4cffe2
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
## :tada: 2.3.1-beta.0 (2022-01-05)
### :bug: Bug Fixes
* mini window drag bug ([34b3656](https://github.com/Molunerfinn/PicGo/commit/34b3656))
### :package: Chore
* add mac-arm64 build support ([f2a4197](https://github.com/Molunerfinn/PicGo/commit/f2a4197))
* update electron from v6 -> v16 ([ea20d3b](https://github.com/Molunerfinn/PicGo/commit/ea20d3b))
# :tada: 2.3.0 (2021-09-11)

View File

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