Skip to content

Commit 0a9e169

Browse files
committed
📦 Chore: fix version error
1 parent 1db84a2 commit 0a9e169

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## :tada: 2.3.1-beta.4 (2022-06-12)
2+
3+
4+
### :bug: Bug Fixes
5+
6+
* **db:** fix some db bugs ([d3bb5ca](https://github.com/Molunerfinn/PicGo/commit/d3bb5ca)), closes [#873](https://github.com/Molunerfinn/PicGo/issues/873) [#806](https://github.com/Molunerfinn/PicGo/issues/806)
7+
* **gallery:** can't copy gallery pics link ([8d861be](https://github.com/Molunerfinn/PicGo/commit/8d861be)), closes [#901](https://github.com/Molunerfinn/PicGo/issues/901)
8+
9+
10+
### :pencil: Documentation
11+
12+
* fix electron_mirror link error ([5d06469](https://github.com/Molunerfinn/PicGo/commit/5d06469)), closes [#849](https://github.com/Molunerfinn/PicGo/issues/849)
13+
* update FAQ ([a79efbf](https://github.com/Molunerfinn/PicGo/commit/a79efbf))
14+
* update readme & FAQ ([746635e](https://github.com/Molunerfinn/PicGo/commit/746635e))
15+
16+
17+
### :package: Chore
18+
19+
* add issue template ([db6c5b8](https://github.com/Molunerfinn/PicGo/commit/db6c5b8))
20+
21+
22+
123
## :tada: 2.3.1-beta.3 (2022-04-04)
224

325

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "picgo",
3-
"version": "2.3.1-beta.3",
3+
"version": "2.3.1-beta.4",
44
"private": true,
55
"scripts": {
66
"dev": "vue-cli-service electron:serve",

0 commit comments

Comments
 (0)