diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f0e86..537b32c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# :tada: 2.3.0-beta.2 (2020-07-12) + + +### :sparkles: Features + +* add qrcode for picbeds' config ([7fabc47](https://github.com/Molunerfinn/PicGo/commit/7fabc47)) + + +### :bug: Bug Fixes + +* encoding the result of picgo-server ([db71139](https://github.com/Molunerfinn/PicGo/commit/db71139)) +* initialize db bugs ([5f87018](https://github.com/Molunerfinn/PicGo/commit/5f87018)) + + +### :pencil: Documentation + +* update readme ([1c5880a](https://github.com/Molunerfinn/PicGo/commit/1c5880a)) + + + # :tada: 2.3.0-beta.1 (2020-06-28) diff --git a/package.json b/package.json index 93a09fa..57e9cd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "picgo", - "version": "2.3.0-beta.1", + "version": "2.3.0-beta.2", "private": true, "scripts": { "dev": "vue-cli-service electron:serve",