From 50fc61238392287461489b4a2b7681d8a8c2a701 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:52:14 +0800 Subject: [PATCH] chore(main): release 0.7.3 (#184) 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 5486666..04c34ad 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.2" + ".": "0.7.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eef173c..924ab74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.3](https://github.com/hbstack/breadcrumb/compare/v0.7.2...v0.7.3) (2024-06-17) + + +### Styles 🎨 + +* correct the padding of first item ([#183](https://github.com/hbstack/breadcrumb/issues/183)) ([60f1f5d](https://github.com/hbstack/breadcrumb/commit/60f1f5d070622c8a3a9870bbd9b146f3db827156)) + ## [0.7.2](https://github.com/hbstack/breadcrumb/compare/v0.7.1...v0.7.2) (2024-06-14)