From 5ddb5b9f235af688b0fa8f2b9444dee8dd00037b Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Wed, 4 Dec 2024 15:34:26 +0800 Subject: [PATCH] :tada: Release: v2.9.6 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e75f4d..13576c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## :tada: 2.9.6 (2024-12-04) + + +### :bug: Bug Fixes + +* **custom:** fix auto name bug ([84be430](https://github.com/Kuingsmile/piclist/commit/84be430)) +* **custom:** fix plugin search bug ([3455c08](https://github.com/Kuingsmile/piclist/commit/3455c08)), closes [#269](https://github.com/Kuingsmile/piclist/issues/269) + + +### :pencil: Documentation + +* **custom:** prepare for new version ([a6a2f9a](https://github.com/Kuingsmile/piclist/commit/a6a2f9a)) + + + ## :tada: 2.9.5 (2024-11-16) diff --git a/package.json b/package.json index bbbf7ad..6c486d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "2.9.5", + "version": "2.9.6", "author": { "name": "Kuingsmile", "email": "pkukuing@gmail.com"