From 2b039ae75d64b4bfe7ed6cec6e00dfffc243a2a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Jul 2023 13:48:28 +0000 Subject: [PATCH 1/2] Prepare release --- .changeset/twenty-camels-promise.md | 5 ----- CHANGELOG.md | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 .changeset/twenty-camels-promise.md diff --git a/.changeset/twenty-camels-promise.md b/.changeset/twenty-camels-promise.md deleted file mode 100644 index e8c56a771c..0000000000 --- a/.changeset/twenty-camels-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Security: fix for `semver` vulnerability diff --git a/CHANGELOG.md b/CHANGELOG.md index caa9802e84..2099d3ecc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 15.10.1 + +- Security: fix for `semver` vulnerability ([#7043](https://github.com/stylelint/stylelint/pull/7043)) ([@romainmenke](https://github.com/romainmenke)). + ## 15.10.0 - Added: `media-query-no-invalid` ([#6963](https://github.com/stylelint/stylelint/pull/6963)) ([@romainmenke](https://github.com/romainmenke)). From d2e251925a949c513e017a90ad63ae828ff67678 Mon Sep 17 00:00:00 2001 From: Matthew Wang Date: Wed, 5 Jul 2023 23:46:30 -0400 Subject: [PATCH 2/2] Manually adds changelog entry Ref: https://github.com/stylelint/stylelint/issues/7050 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2099d3ecc8..5e938672ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 15.10.1 - Security: fix for `semver` vulnerability ([#7043](https://github.com/stylelint/stylelint/pull/7043)) ([@romainmenke](https://github.com/romainmenke)). +- Fixed: invalid option regression on Windows 10 ([#7043](https://github.com/stylelint/stylelint/pull/7043)) ([@romainmenke](https://github.com/romainmenke)). ## 15.10.0