From 67b2718f118b91dce57d0e8415e6e89bceb101d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:47:08 +0000 Subject: [PATCH] chore(main): release 0.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..001eb2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 309c43c..a93ced1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.2](https://github.com/hbstack/giscus/compare/v0.1.1...v0.1.2) (2024-03-05) + + +### Bug Fixes 🐞 + +* **deps:** update dependency stylelint-scss to v5.3.0 ([d132e5b](https://github.com/hbstack/giscus/commit/d132e5b7af315eec22cc1d7d9d5361c1883d5160)) +* **deps:** update dependency stylelint-scss to v5.3.1 ([fdd2364](https://github.com/hbstack/giscus/commit/fdd2364f394a078bc842f9fbe35c80a36a901e0b)) +* **deps:** update dependency stylelint-scss to v6 ([4499c47](https://github.com/hbstack/giscus/commit/4499c472fdae94f61281f7cdb3fac17f3e5166ae)) +* **deps:** update dependency stylelint-scss to v6.1.0 ([7bc115d](https://github.com/hbstack/giscus/commit/7bc115d9959c58b1cc9c2b42f332e9e6863fa291)) +* **deps:** update dependency stylelint-scss to v6.2.0 ([a921eea](https://github.com/hbstack/giscus/commit/a921eea03421dc7e8bcf8ac71f9acd5646314129)) +* **deps:** update dependency stylelint-scss to v6.2.1 ([cd3dd1e](https://github.com/hbstack/giscus/commit/cd3dd1ec298ecb8972ccae94463367854ee42da2)) + ## [0.1.1](https://github.com/hbstack/giscus/compare/v0.1.0...v0.1.1) (2023-10-01)