From 53993d406892e1b975544b0798b4d9e8262d5c31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 13:43:27 +0800 Subject: [PATCH] chore(main): release 0.6.0 (#113) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0a2b06d..b5b966f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.2" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e6914f2..1e4ac41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/hbstack/breadcrumb/compare/v0.5.2...v0.6.0) (2023-12-09) + + +### Features ✨ + +* add support for icons ([#112](https://github.com/hbstack/breadcrumb/issues/112)) ([acdc831](https://github.com/hbstack/breadcrumb/commit/acdc831359ed8aa0cc33c086c50d1be92c5e7ee2)) + ## [0.5.2](https://github.com/hbstack/breadcrumb/compare/v0.5.1...v0.5.2) (2023-12-05)