diff --git a/CHANGELOG.md b/CHANGELOG.md index 83eb2a94..b3fecf69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## :tada: 1.0.1 (2023-02-17) + + +### :bug: Bug Fixes + +* fix proxy setting bug ([22bee0b](https://github.com/Kuingsmile/PicList/commit/22bee0b)), closes [#1](https://github.com/Kuingsmile/PicList/issues/1) + + + # :tada: 1.0.0 (2023-02-15) diff --git a/package.json b/package.json index 17fd82aa..6a1b8ea2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "build": "vue-cli-service electron:build",