From 4e30d9e9fb3e05f982a30aeda99fcde4df37b277 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:56:02 +0000 Subject: [PATCH] chore(main): release 0.16.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 453878f..5313775 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.2" + ".": "0.16.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d68633..f7ebd88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.16.3](https://github.com/hbstack/hb/compare/v0.16.2...v0.16.3) (2025-10-20) + + +### Bug Fixes 🐞 + +* **deps:** update dependency stylelint-scss to v6.12.0 ([524cc7d](https://github.com/hbstack/hb/commit/524cc7dcc6de50d95a40a4ce455e028b41075776)) +* **deps:** update dependency stylelint-scss to v6.12.1 ([8cabaad](https://github.com/hbstack/hb/commit/8cabaad0bbbd7b4f60af7171c3502b06521516a8)) + ## [0.16.2](https://github.com/hbstack/hb/compare/v0.16.1...v0.16.2) (2025-03-31)