diff --git a/.changeset/fast-cats-tan.md b/.changeset/fast-cats-tan.md deleted file mode 100644 index 958b1fff85..0000000000 --- a/.changeset/fast-cats-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: support for plugin objects as config values diff --git a/.changeset/healthy-suns-yawn.md b/.changeset/healthy-suns-yawn.md deleted file mode 100644 index 83ec7a97c5..0000000000 --- a/.changeset/healthy-suns-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: `media-feature-range-notation` rule diff --git a/.changeset/nice-carpets-yawn.md b/.changeset/nice-carpets-yawn.md deleted file mode 100644 index fe5015ed62..0000000000 --- a/.changeset/nice-carpets-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: incorrect output by all formatters except for `json` diff --git a/CHANGELOG.md b/CHANGELOG.md index c06ffe1d43..c34ce14ef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 14.16.0 + +- Added: `media-feature-range-notation` rule ([#6497](https://github.com/stylelint/stylelint/pull/6497)) ([@jeddy3](https://github.com/jeddy3)). +- Added: support for plugin objects as config values ([#6481](https://github.com/stylelint/stylelint/pull/6481)) ([@phoenisx](https://github.com/phoenisx)). +- Fixed: incorrect output by all formatters except for `json` ([#6480](https://github.com/stylelint/stylelint/pull/6480)) ([@ybiquitous](https://github.com/ybiquitous)). + ## 14.15.0 - Added: `--globby-options` flag ([#6437](https://github.com/stylelint/stylelint/pull/6437)) ([@sidverma32](https://github.com/sidverma32)).