From 8385b09a5db1a08e6c0233543552d0c05ddb1d9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 12:54:42 +0800 Subject: [PATCH] chore(main): release 0.15.4 (#250) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 61002b2..20ab2f3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.3" + ".": "0.15.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d800b6e..fd97f1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.15.4](https://github.com/hbstack/hb/compare/v0.15.3...v0.15.4) (2024-11-24) + + +### Bug Fixes 🐞 + +* compatible with the changes of @fullhuman/postcss-purgecss v7.0.0 ([#279](https://github.com/hbstack/hb/issues/279)) ([56511db](https://github.com/hbstack/hb/commit/56511dbb05d4a112353ffaba41f9fe466eb882bc)) +* **deps:** update dependency stylelint-scss to v6.10.0 ([1884872](https://github.com/hbstack/hb/commit/1884872695ff630bf36891b48fbff4f45111976a)) +* **deps:** update dependency stylelint-scss to v6.6.0 ([5ee97ca](https://github.com/hbstack/hb/commit/5ee97ca620d5580ba7e0f2387e1bc08afc7a7a3b)) +* **deps:** update dependency stylelint-scss to v6.7.0 ([59a5937](https://github.com/hbstack/hb/commit/59a5937326eedb18e0906a55fd073547c079dced)) +* **deps:** update dependency stylelint-scss to v6.8.0 ([d6d37e9](https://github.com/hbstack/hb/commit/d6d37e96ae021b92ffb6318c2295e883f31975aa)) +* **deps:** update dependency stylelint-scss to v6.8.1 ([8fbde1b](https://github.com/hbstack/hb/commit/8fbde1bbac5ef3d516f3159d936214d204c86734)) +* **deps:** update dependency stylelint-scss to v6.9.0 ([e46ed5e](https://github.com/hbstack/hb/commit/e46ed5ef6600d6497517597b17e836824b045407)) + ## [0.15.3](https://github.com/hbstack/hb/compare/v0.15.2...v0.15.3) (2024-09-10)