From 09f4f0024defce6b09d7493567edd101f7e4ff70 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: Fri, 17 Feb 2023 14:18:36 +0800 Subject: [PATCH] :tada: Release: v1.0.2 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3fecf6..840c383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## :tada: 1.0.2 (2023-02-17) + + +### :sparkles: Features + +* album remote deletion now Support picgo-plugin-s3 ([21e870d](https://github.com/Kuingsmile/PicList/commit/21e870d)) + + +### :bug: Bug Fixes + +* fix qiniu file modified time error ([681da4a](https://github.com/Kuingsmile/PicList/commit/681da4a)) + + +### :pencil: Documentation + +* update README.md ([23652d9](https://github.com/Kuingsmile/PicList/commit/23652d9)) +* update README.md ([0488ad3](https://github.com/Kuingsmile/PicList/commit/0488ad3)) + + + ## :tada: 1.0.1 (2023-02-17) diff --git a/package.json b/package.json index 561aa64..765bf9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "1.0.1", + "version": "1.0.2", "private": true, "scripts": { "build": "vue-cli-service electron:build",