From 4939b6cc5f4102deb3649cc859ba99be5d4528e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:02:44 +0000 Subject: [PATCH] chore(main): release 0.2.8 --- .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 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..ae51145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.8](https://github.com/hbstack/carousel/compare/v0.2.7...v0.2.8) (2024-10-21) + + +### 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)) +* **deps:** update dependency stylelint-scss to v6.8.0 ([f6ce8ba](https://github.com/hbstack/carousel/commit/f6ce8ba6b6c2a87549d6f124b1fe7f5c5e9ba3c6)) +* **deps:** update dependency stylelint-scss to v6.8.1 ([e7958cd](https://github.com/hbstack/carousel/commit/e7958cdcb62e40a71d3c32f535ceb50eb4ff29bd)) + ## [0.2.7](https://github.com/hbstack/carousel/compare/v0.2.6...v0.2.7) (2024-06-29)