From a6e075a22f0418f277abc5924e98e2c8ee672118 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Sep 2022 07:20:19 +0000 Subject: [PATCH] Prepare release --- .changeset/happy-oranges-invite.md | 5 ----- .changeset/mighty-apricots-cheat.md | 5 ----- .changeset/nasty-tomatoes-confess.md | 5 ----- CHANGELOG.md | 6 ++++++ 4 files changed, 6 insertions(+), 15 deletions(-) delete mode 100644 .changeset/happy-oranges-invite.md delete mode 100644 .changeset/mighty-apricots-cheat.md delete mode 100644 .changeset/nasty-tomatoes-confess.md 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/.changeset/nasty-tomatoes-confess.md b/.changeset/nasty-tomatoes-confess.md deleted file mode 100644 index f3e6590657..0000000000 --- a/.changeset/nasty-tomatoes-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `selector-pseudo-element-no-unknown` false positives for `::highlight` pseudo-element diff --git a/CHANGELOG.md b/CHANGELOG.md index 44db9a50c3..912714ad5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 14.13.0 + +- Added: `cacheStrategy` option ([#6357](https://github.com/stylelint/stylelint/pull/6357)) ([@kaorun343](https://github.com/kaorun343)). +- Fixed: `selector-pseudo-element-no-unknown` false positives for `::highlight` pseudo-element ([#6367](https://github.com/stylelint/stylelint/pull/6367)) ([@jathak](https://github.com/jathak)). +- 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)).