From 1dbf1c049625b319640cb7839a1c3773f3d9bfe0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:53:02 +0800 Subject: [PATCH] chore(main): release 0.3.0 (#81) 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 084d283..8d7a673 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dae428c..a5ff3ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/hbstack/breadcrumb/compare/v0.2.1...v0.3.0) (2023-10-21) + + +### Features ✨ + +* **i18n:** create ms.toml ([#80](https://github.com/hbstack/breadcrumb/issues/80)) ([195b663](https://github.com/hbstack/breadcrumb/commit/195b6633e67398f80f2378ca6c05ee69d23038a7)) + ## [0.2.1](https://github.com/hbstack/breadcrumb/compare/v0.2.0...v0.2.1) (2023-10-16)