diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c430287..cac3168 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.3" + ".": "0.2.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 47d0ad5..c0ae8c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.4](https://github.com/hbstack/carousel/compare/v0.2.3...v0.2.4) (2023-10-16) + + +### Bug Fixes 🐞 + +* **deps:** update dependency stylelint-scss to v5.2.0 ([32db8f4](https://github.com/hbstack/carousel/commit/32db8f48b35499f28f1d9efb14081af6c07240f1)) +* **deps:** update dependency stylelint-scss to v5.2.1 ([5c2d35a](https://github.com/hbstack/carousel/commit/5c2d35a3b1c2a2d80e534190e9cbbe1e272b7a8f)) + + +### Styles 🎨 + +* fix broken modularize style ([f0fcb45](https://github.com/hbstack/carousel/commit/f0fcb4566ca00f55bb4f4819bd9856ad44a972df)) + ## [0.2.3](https://github.com/hbstack/carousel/compare/v0.2.2...v0.2.3) (2023-08-10)