diff --git a/CHANGELOG.md b/CHANGELOG.md index 660a0d79d..a986e39f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# :tada: 2.4.0-beta.6 (2023-11-19) + + +### :bug: Bug Fixes + +* app.asar directroy copy error ([#1180](https://github.com/Molunerfinn/PicGo/issues/1180)) ([cd07b33](https://github.com/Molunerfinn/PicGo/commit/cd07b33)), closes [#1179](https://github.com/Molunerfinn/PicGo/issues/1179) +* can't add new config for picbed ([050a3dd](https://github.com/Molunerfinn/PicGo/commit/050a3dd)), closes [#1184](https://github.com/Molunerfinn/PicGo/issues/1184) + + + # :tada: 2.4.0-beta.5 (2023-09-10) diff --git a/package.json b/package.json index b624a0272..b3d8c003f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "picgo", - "version": "2.4.0-beta.5", + "version": "2.4.0-beta.6", "private": true, "scripts": { "build": "vue-cli-service electron:build",