Skip to content

Commit 879b98d

Browse files
committed
🎉 Release: v1.5.0-alpha.5
1 parent 674a6b5 commit 879b98d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -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+
116
# :tada: 1.5.0-alpha.4 (2022-05-26)
217

318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "picgo",
3-
"version": "1.5.0-alpha.4",
3+
"version": "1.5.0-alpha.5",
44
"description": "A tool for picture uploading",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)