We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674a6b5 commit 879b98dCopy full SHA for 879b98d
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+# :tada: 1.5.0-alpha.5 (2022-07-31)
2
+
3
4
+### :sparkles: Features
5
6
+* add log file size limit ([158be01](https://github.com/PicGo/PicGo-Core/commit/158be01))
7
+* change inner db to @picgo/store ([0e90af3](https://github.com/PicGo/PicGo-Core/commit/0e90af3))
8
9
10
+### :bug: Bug Fixes
11
12
+* build error ([674a6b5](https://github.com/PicGo/PicGo-Core/commit/674a6b5))
13
14
15
16
# :tada: 1.5.0-alpha.4 (2022-05-26)
17
18
package.json
@@ -1,6 +1,6 @@
{
"name": "picgo",
- "version": "1.5.0-alpha.4",
+ "version": "1.5.0-alpha.5",
"description": "A tool for picture uploading",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
0 commit comments