From 50979358794a95ba184fd152b250b191e7d13c3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:15:43 +0000 Subject: [PATCH] chore(main): release 0.2.8 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78ac7b4..6548c7f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.7" + ".": "0.2.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 415e989..9c148d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.8](https://github.com/hbstack/carousel/compare/v0.2.7...v0.2.8) (2024-09-23) + + +### Bug Fixes 🐞 + +* **deps:** update dependency stylelint-scss to v6.4.1 ([cef7b73](https://github.com/hbstack/carousel/commit/cef7b7367d8b3fda48108a09e43942de02111da2)) +* **deps:** update dependency stylelint-scss to v6.5.0 ([8ed2635](https://github.com/hbstack/carousel/commit/8ed26355b9fb3af815e73e9ed10d01433a45eafa)) +* **deps:** update dependency stylelint-scss to v6.5.1 ([6937af6](https://github.com/hbstack/carousel/commit/6937af6df95ee093a012763a8d07f69577848308)) +* **deps:** update dependency stylelint-scss to v6.6.0 ([06597eb](https://github.com/hbstack/carousel/commit/06597ebeabdf8c0373ec7227c06236c1f5b55ac3)) +* **deps:** update dependency stylelint-scss to v6.7.0 ([faeff1d](https://github.com/hbstack/carousel/commit/faeff1d0a53f1170fd340366f9167c6377c18252)) + ## [0.2.7](https://github.com/hbstack/carousel/compare/v0.2.6...v0.2.7) (2024-06-29)