diff --git a/CHANGELOG.md b/CHANGELOG.md index a495a7b..4c13c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# :tada: 1.3.0 (2023-02-27) + + +### :sparkles: Features + +* downloaded file or folder can keey folder structure now ([1e9c87d](https://github.com/Kuingsmile/PicList/commit/1e9c87d)) +* folder structure can be keeped when uploading folders ([750ea58](https://github.com/Kuingsmile/PicList/commit/750ea58)) + + +### :bug: Bug Fixes + +* optimized software UI ([d6ce555](https://github.com/Kuingsmile/PicList/commit/d6ce555)), closes [#12](https://github.com/Kuingsmile/PicList/issues/12) + + + ## :tada: 1.2.2 (2023-02-24) diff --git a/package.json b/package.json index 120e483..c9f3107 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "1.2.2", + "version": "1.3.0", "private": true, "scripts": { "build": "vue-cli-service electron:build",