From 60ba00845565befc86231848f27cbf7428827c09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 00:45:26 +0800 Subject: [PATCH] chore: release main (#133) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- modules/breadcrumb/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 modules/breadcrumb/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5061d75..04248ca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { ".": "0.13.0", - "modules/breadcrumb": "0.1.0" + "modules/breadcrumb": "0.1.1" } diff --git a/modules/breadcrumb/CHANGELOG.md b/modules/breadcrumb/CHANGELOG.md new file mode 100644 index 0000000..0fe2e9e --- /dev/null +++ b/modules/breadcrumb/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.1](https://github.com/hbstack/gallery/compare/modules/breadcrumb/v0.1.0...modules/breadcrumb/v0.1.1) (2024-06-04) + + +### Performance Improvements ⚡️ + +* **breadcrumb:** cache partial ([29cb8a1](https://github.com/hbstack/gallery/commit/29cb8a1bc4e9c98f90cafc569726e49b7d2fd369))