From 566c5df9be10fff7cc2daa1fff193be3db9fa007 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, 4 Sep 2023 06:12:38 -0700 Subject: [PATCH] :tada: Release: v2.5.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc62db3..310aedf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## :tada: 2.5.2 (2023-09-04) + + +### :sparkles: Features + +* add antileechtoken and expiretime for upyun manage ([ea61614](https://github.com/Kuingsmile/PicList/commit/ea61614)) +* add vs-piclist, a vscode plugin works with piclist ([373dfa2](https://github.com/Kuingsmile/PicList/commit/373dfa2)) +* update piclist core ([0eb7bac](https://github.com/Kuingsmile/PicList/commit/0eb7bac)) + + +### :bug: Bug Fixes + +* fix upload failed error of aliyun upyun and github ([320ac73](https://github.com/Kuingsmile/PicList/commit/320ac73)) +* remove circular dependency ([9ef5136](https://github.com/Kuingsmile/PicList/commit/9ef5136)) + + +### :package: Chore + +* update readme ([0a02b96](https://github.com/Kuingsmile/PicList/commit/0a02b96)) + + + ## :tada: 2.5.1 (2023-08-29) diff --git a/package.json b/package.json index ef0aa7f..d282149 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "2.5.1", + "version": "2.5.2", "author": { "name": "Kuingsmile", "email": "pkukuing@gmail.com"