From c880996b631164e54b7d60691e8b31e33773b07a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 16:46:50 +0800 Subject: [PATCH] chore: release main (#85) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e212c7..493aed6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.8.0", + ".": "0.9.0", "modules/breadcrumb": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 932e2fd..a537655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.9.0](https://github.com/hbstack/gallery/compare/v0.8.0...v0.9.0) (2023-12-26) + + +### Features ✨ + +* allow customizing sorting and specifying date for images ([#84](https://github.com/hbstack/gallery/issues/84)) ([77a5b1b](https://github.com/hbstack/gallery/commit/77a5b1bb52ac017f7761cb4c038e38b27156c8a5)) + + +### Styles 🎨 + +* allow changing album item gap and border-radius ([#86](https://github.com/hbstack/gallery/issues/86)) ([01a87a8](https://github.com/hbstack/gallery/commit/01a87a8ef8954769e48f9317dc279711f3f7bbcb)) + ## [0.8.0](https://github.com/hbstack/gallery/compare/v0.7.0...v0.8.0) (2023-11-11)