diff --git a/.changeset/eleven-monkeys-return.md b/.changeset/eleven-monkeys-return.md deleted file mode 100644 index f762151a99..0000000000 --- a/.changeset/eleven-monkeys-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: type declarations for custom message arguments diff --git a/.changeset/wicked-wombats-look.md b/.changeset/wicked-wombats-look.md deleted file mode 100644 index 6029390915..0000000000 --- a/.changeset/wicked-wombats-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `font-weight-notation` messages diff --git a/CHANGELOG.md b/CHANGELOG.md index d02d6ac179..44db9a50c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 14.12.1 + +- Fixed: `font-weight-notation` messages ([#6350](https://github.com/stylelint/stylelint/pull/6350)) ([@ybiquitous](https://github.com/ybiquitous)). +- Fixed: type declarations for custom message arguments ([#6354](https://github.com/stylelint/stylelint/pull/6354)) ([@stof](https://github.com/stof)). + ## 14.12.0 - Added: support for multiple `--ignore-path` flags ([#6345](https://github.com/stylelint/stylelint/pull/6345)) ([@kimulaco](https://github.com/kimulaco)).