From c4aadfbd66bb9db7a3f1d32b7e4300ca20f8a8ec Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Tue, 30 Jul 2024 10:53:02 +0800 Subject: [PATCH] :tada: Release: v2.9.2 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36461f16..f48d8578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## :tada: 2.9.2 (2024-07-30) + + +### :sparkles: Features + +* **custom:** add advanced picbed ([60d2a01](https://github.com/Kuingsmile/piclist/commit/60d2a01)) +* **custom:** optimize gallery page performance ([3cfa9f5](https://github.com/Kuingsmile/piclist/commit/3cfa9f5)), closes [#225](https://github.com/Kuingsmile/piclist/issues/225) + + +### :pencil: Documentation + +* **custom:** prepare for 2.9.2 ([5ebe10c](https://github.com/Kuingsmile/piclist/commit/5ebe10c)) +* **custom:** update readme ([48d24f6](https://github.com/Kuingsmile/piclist/commit/48d24f6)) + + + ## :tada: 2.9.1 (2024-07-07) diff --git a/package.json b/package.json index 8f254ec6..b47f24e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "2.9.1", + "version": "2.9.2", "author": { "name": "Kuingsmile", "email": "pkukuing@gmail.com"