diff --git a/packages/stylelint-config-wordpress/CHANGELOG.md b/packages/stylelint-config-wordpress/CHANGELOG.md index 53ca639c16491..e33f8e4a46bf0 100644 --- a/packages/stylelint-config-wordpress/CHANGELOG.md +++ b/packages/stylelint-config-wordpress/CHANGELOG.md @@ -1,4 +1,4 @@ -# HEAD +# 13.1.0 - Added: Added SCSS _shared config_ `extends` tests. - Changed: `stylelint-config-wordpress/scss` now extends [`stylelint-config-recommended-scss`](https://github.com/kristerkari/stylelint-config-recommended-scss) (the net result of this change results in no rule changes for this SCSS config). diff --git a/packages/stylelint-config-wordpress/package.json b/packages/stylelint-config-wordpress/package.json index aab6046e7a29a..d4e557e478b20 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.0.0", + "version": "13.1.0", "description": "WordPress shareable config for stylelint", "author": "Stylelint", "license": "MIT",