diff --git a/.changeset/happy-oranges-invite.md b/.changeset/happy-oranges-invite.md deleted file mode 100644 index 15b6fc6b66..0000000000 --- a/.changeset/happy-oranges-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: cache refresh when config is changed diff --git a/.changeset/mighty-apricots-cheat.md b/.changeset/mighty-apricots-cheat.md deleted file mode 100644 index c96ce14872..0000000000 --- a/.changeset/mighty-apricots-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: `cacheStrategy` option diff --git a/CHANGELOG.md b/CHANGELOG.md index 44db9a50c3..abd84bc20a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 14.13.0 + +- Added: `cacheStrategy` option ([#6357](https://github.com/stylelint/stylelint/pull/6357)) ([@kaorun343](https://github.com/kaorun343)). +- Fixed: cache refresh when config is changed ([#6356](https://github.com/stylelint/stylelint/pull/6356)) ([@kimulaco](https://github.com/kimulaco)). + ## 14.12.1 - Fixed: `font-weight-notation` messages ([#6350](https://github.com/stylelint/stylelint/pull/6350)) ([@ybiquitous](https://github.com/ybiquitous)).