From a28881b689eaeb07b1ba2e537a77906335782f72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 22:13:42 +0800 Subject: [PATCH] chore(main): release 0.5.2 (#109) 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 5666d54..0a2b06d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 119f7c1..e6914f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.2](https://github.com/hbstack/breadcrumb/compare/v0.5.1...v0.5.2) (2023-12-05) + + +### Bug Fixes 🐞 + +* **i18n:** update ms.toml ([#108](https://github.com/hbstack/breadcrumb/issues/108)) ([c694d90](https://github.com/hbstack/breadcrumb/commit/c694d90c5d7d1ddef037aaffdd9a6488c3b1de06)) + ## [0.5.1](https://github.com/hbstack/breadcrumb/compare/v0.5.0...v0.5.1) (2023-12-02)