From 6307d370713cd3eb110a73acb4ad2e7b243456ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 18:21:39 +0000 Subject: [PATCH] chore(main): release 0.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 352ec4c..7caf555 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 374a920..cbdaadf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.1.3](https://github.com/hbstack/code-block-panel/compare/v0.1.2...v0.1.3) (2025-05-12) + + +### Bug Fixes 🐞 + +* **deps:** update dependency stylelint-scss to v6.10.0 ([a16229a](https://github.com/hbstack/code-block-panel/commit/a16229a3fd253693a0187bb88e31aa7fa1560421)) +* **deps:** update dependency stylelint-scss to v6.10.1 ([a8325be](https://github.com/hbstack/code-block-panel/commit/a8325bec0ad4f74b7a36a55c3b3efcaf4b65312c)) +* **deps:** update dependency stylelint-scss to v6.11.0 ([60e7c54](https://github.com/hbstack/code-block-panel/commit/60e7c54b53d902ccdf0d67b57c595e20ad125e04)) +* **deps:** update dependency stylelint-scss to v6.11.1 ([0adcc47](https://github.com/hbstack/code-block-panel/commit/0adcc47baea77898339d6b30f32efac12ddd4a30)) +* **deps:** update dependency stylelint-scss to v6.12.0 ([ff9b31a](https://github.com/hbstack/code-block-panel/commit/ff9b31ab9374be1f05893fd92da63086b84cd210)) +* **deps:** update dependency stylelint-scss to v6.2.0 ([7825001](https://github.com/hbstack/code-block-panel/commit/78250017ce385d5ba2924d7ea1eb263b7ebe5b0c)) +* **deps:** update dependency stylelint-scss to v6.2.1 ([b685b06](https://github.com/hbstack/code-block-panel/commit/b685b06df4ae203fdc022cc536711594a8fe73f4)) +* **deps:** update dependency stylelint-scss to v6.4.1 ([cec4e3a](https://github.com/hbstack/code-block-panel/commit/cec4e3ae8670fa188bc39248b7d3211db7768a12)) +* **deps:** update dependency stylelint-scss to v6.5.0 ([d9b2848](https://github.com/hbstack/code-block-panel/commit/d9b2848f912f2d121472e65ce237a2a27891ddf8)) +* **deps:** update dependency stylelint-scss to v6.5.1 ([0c6b118](https://github.com/hbstack/code-block-panel/commit/0c6b118004e034184c96e8bb2ba935125b16f7af)) +* **deps:** update dependency stylelint-scss to v6.6.0 ([48cc919](https://github.com/hbstack/code-block-panel/commit/48cc919a2bb664782efb12d7e20cdd501f7a1646)) +* **deps:** update dependency stylelint-scss to v6.7.0 ([9d78d9b](https://github.com/hbstack/code-block-panel/commit/9d78d9b80bc21eb1b391c1b91fc6947f5fb57cbb)) +* **deps:** update dependency stylelint-scss to v6.8.0 ([3d204f0](https://github.com/hbstack/code-block-panel/commit/3d204f051a6e85209285d2181f1dd958ff3a1135)) +* **deps:** update dependency stylelint-scss to v6.8.1 ([4bdc5c7](https://github.com/hbstack/code-block-panel/commit/4bdc5c71af8304ea5adc6e38957148e88587911c)) +* **deps:** update dependency stylelint-scss to v6.9.0 ([caa2735](https://github.com/hbstack/code-block-panel/commit/caa2735c3691fa0989acce7077ef5a3c627a01b3)) + ## [0.1.2](https://github.com/hbstack/code-block-panel/compare/v0.1.1...v0.1.2) (2024-02-17)