diff --git a/packages/stylelint-config-wordpress/CHANGELOG.md b/packages/stylelint-config-wordpress/CHANGELOG.md index e33f8e4a46bf00..7d84c4cc4bead9 100644 --- a/packages/stylelint-config-wordpress/CHANGELOG.md +++ b/packages/stylelint-config-wordpress/CHANGELOG.md @@ -1,3 +1,9 @@ +# 14.0.0 + +- Updated: `stylelint` to `10.0.0`. +- Updated: `stylelint-scss` to `3.6.0`. +- Updated: `stylelint-config-recommended` to `2.2.0`. + # 13.1.0 - Added: Added SCSS _shared config_ `extends` tests. diff --git a/packages/stylelint-config-wordpress/package.json b/packages/stylelint-config-wordpress/package.json index 225d8ca3da71f9..4f2c78b47be6bf 100644 --- a/packages/stylelint-config-wordpress/package.json +++ b/packages/stylelint-config-wordpress/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-wordpress", - "version": "13.1.0", + "version": "14.0.0", "description": "WordPress shareable config for stylelint", "author": "Stylelint", "license": "MIT",