From 601832a243c75e297acbc2f24aec543dbba48392 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 00:30:57 +0800 Subject: [PATCH] chore(main): release 0.5.0 (#93) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1fd56a9..600835d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0fae3..b335cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.0](https://github.com/hbstack/breadcrumb/compare/v0.4.0...v0.5.0) (2023-11-10) + + +### Features ✨ + +* **i18n:** create pt-br.toml ([#94](https://github.com/hbstack/breadcrumb/issues/94)) ([e13c19a](https://github.com/hbstack/breadcrumb/commit/e13c19a6fce784746dcecded86c6653bb0390661)) + + +### Bug Fixes 🐞 + +* **deps:** update dependency stylelint-scss to v5.3.1 ([5828ae5](https://github.com/hbstack/breadcrumb/commit/5828ae523a715ce3a1275b85b0cbaedcdf22a3e0)) + ## [0.4.0](https://github.com/hbstack/breadcrumb/compare/v0.3.0...v0.4.0) (2023-11-01)