diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e3814f..f7359fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## :tada: 1.1.1 (2023-02-21) + + +### :bug: Bug Fixes + +* fix auto link copy funtion failure bug when using custom format ([9c96870](https://github.com/Kuingsmile/PicList/commit/9c96870)) + + + # :tada: 1.1.0 (2023-02-20) diff --git a/package.json b/package.json index 55774a5..1307960 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "1.1.0", + "version": "1.1.1", "private": true, "scripts": { "build": "vue-cli-service electron:build",