From 779e5c45cc0cde1e153185cdd635999874e1b093 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: Thu, 29 Jun 2023 05:35:44 -0700 Subject: [PATCH] :tada: Release: v1.9.5 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d961b41..44cb9ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## :tada: 1.9.5 (2023-06-29) + + +### :sparkles: Features + +* optimize image convert for imgur ([38d03fc](https://github.com/Kuingsmile/PicList/commit/38d03fc)) + + +### :bug: Bug Fixes + +* remove gif from extension list which can be converted ([b72cdf4](https://github.com/Kuingsmile/PicList/commit/b72cdf4)), closes [#60](https://github.com/Kuingsmile/PicList/issues/60) + + +### :package: Chore + +* add team id ([f6b4806](https://github.com/Kuingsmile/PicList/commit/f6b4806)) +* add team id for notarizing app ([749c66e](https://github.com/Kuingsmile/PicList/commit/749c66e)) +* add XCODE_TEAM_ID ([0660218](https://github.com/Kuingsmile/PicList/commit/0660218)) +* using notarytool instead of altool which will be disabled on 2023.11.01 ([37ea225](https://github.com/Kuingsmile/PicList/commit/37ea225)) + + + ## :tada: 1.9.4 (2023-06-11) diff --git a/package.json b/package.json index de2edc7..a067515 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "1.9.4", + "version": "1.9.5", "author": { "name": "Kuingsmile", "email": "pkukuing@gmail.com"