From c915912bca2db075da8891bc28d4595da428046e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 14:13:57 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 084d283..9d47a3d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cbad51..996a4dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.2.2](https://github.com/hbstack/background-image/compare/v0.2.1...v0.2.2) (2025-01-12) + + +### Bug Fixes 🐞 + +* **deps:** update dependency stylelint-scss to v6.10.0 ([b748b1c](https://github.com/hbstack/background-image/commit/b748b1c6b3c323dd957ef79cedb086b146c808c5)) +* **deps:** update dependency stylelint-scss to v6.4.1 ([a644190](https://github.com/hbstack/background-image/commit/a6441908cc380f79704c75b20ff51454571e0e87)) +* **deps:** update dependency stylelint-scss to v6.5.0 ([ccfb850](https://github.com/hbstack/background-image/commit/ccfb8501b2821c94b6439000104388027c931aee)) +* **deps:** update dependency stylelint-scss to v6.5.1 ([0fca669](https://github.com/hbstack/background-image/commit/0fca6693db2de2b8b4b0cb73264a4a511d3d2d32)) +* **deps:** update dependency stylelint-scss to v6.6.0 ([b49e010](https://github.com/hbstack/background-image/commit/b49e0101461e341e07168fdf5ee39ae7ea63f537)) +* **deps:** update dependency stylelint-scss to v6.7.0 ([8576820](https://github.com/hbstack/background-image/commit/8576820d0e203105e6da019ab3e875ddbc57b045)) +* **deps:** update dependency stylelint-scss to v6.8.0 ([f3f9bab](https://github.com/hbstack/background-image/commit/f3f9bab8001c2ca6a001f03f9adc30730b587d0a)) +* **deps:** update dependency stylelint-scss to v6.8.1 ([0881962](https://github.com/hbstack/background-image/commit/0881962ea0dde71a37325214a509470fee6531b2)) +* **deps:** update dependency stylelint-scss to v6.9.0 ([64b0d20](https://github.com/hbstack/background-image/commit/64b0d20e496ecef5e5f4fc15408ac6b950f02b20)) + ## [0.2.1](https://github.com/hbstack/background-image/compare/v0.2.0...v0.2.1) (2024-03-20)