From e3f620183d8b3960b15c96b7f48d3ad15728723f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 19:31:01 +0000 Subject: [PATCH] chore(main): release 0.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0262db7..084d283 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d4179..e10b875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.1](https://github.com/hbstack/heading-sign/compare/v0.2.0...v0.2.1) (2024-03-18) + + +### Bug Fixes 🐞 + +* **deps:** update dependency stylelint-scss to v6.1.0 ([329f0ff](https://github.com/hbstack/heading-sign/commit/329f0ff2963504a648fedbd65b6d5399ea874e7c)) +* **deps:** update dependency stylelint-scss to v6.2.0 ([bccccd9](https://github.com/hbstack/heading-sign/commit/bccccd9c0c30d157c96923267fc628b86daf0030)) +* **deps:** update dependency stylelint-scss to v6.2.1 ([438fda7](https://github.com/hbstack/heading-sign/commit/438fda7ec8b623239d3d49a0400903ab7719f1c2)) + ## [0.2.0](https://github.com/hbstack/heading-sign/compare/v0.1.3...v0.2.0) (2024-01-05)