From 3252d70268a6b3aae01acf9ebb284c1def4e1d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E8=90=8C=E5=93=92=E8=B5=AB=E8=90=9D?= Date: Mon, 20 Feb 2023 10:27:15 +0800 Subject: [PATCH] :tada: Release: v1.1.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 840c383..6e3814f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# :tada: 1.1.0 (2023-02-20) + + +### :sparkles: Features + +* s3-compatible storage is supported now ([176bdac](https://github.com/Kuingsmile/PicList/commit/176bdac)) + + +### :bug: Bug Fixes + +* fix S3 deletion endpoint parse bug ([7f7f400](https://github.com/Kuingsmile/PicList/commit/7f7f400)) + + +### :pencil: Documentation + +* update README.md ([0263351](https://github.com/Kuingsmile/PicList/commit/0263351)) + + + ## :tada: 1.0.2 (2023-02-17) diff --git a/package.json b/package.json index 975c955..55774a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "1.0.2", + "version": "1.1.0", "private": true, "scripts": { "build": "vue-cli-service electron:build",