From 6afaac3ec9eb3ca4ae1f04df79d104fc7bf2b759 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:58:59 +0000 Subject: [PATCH] chore(main): release 0.6.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5b966f..f4a3a7f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e4ac41..31c9408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.6.1](https://github.com/hbstack/breadcrumb/compare/v0.6.0...v0.6.1) (2024-03-11) + + +### Bug Fixes 🐞 + +* **deps:** update dependency stylelint-scss to v6 ([9ddcdb6](https://github.com/hbstack/breadcrumb/commit/9ddcdb68f4c3aea36c1660837c0cd624c2b603d6)) +* **deps:** update dependency stylelint-scss to v6.1.0 ([7a142d9](https://github.com/hbstack/breadcrumb/commit/7a142d949c4cef0b9a35c15398d178c1a21e066b)) +* **deps:** update dependency stylelint-scss to v6.2.0 ([f530c56](https://github.com/hbstack/breadcrumb/commit/f530c563ade7188c8fce686e98f16d5364c5968f)) +* **deps:** update dependency stylelint-scss to v6.2.1 ([1599437](https://github.com/hbstack/breadcrumb/commit/159943777ea64a2ffbbfbb09008ee48009b28ca5)) + ## [0.6.0](https://github.com/hbstack/breadcrumb/compare/v0.5.2...v0.6.0) (2023-12-09)