diff --git a/packages/stylelint-config-wordpress/CHANGELOG.md b/packages/stylelint-config-wordpress/CHANGELOG.md index 7fa58cb8bd064..8ee33f92c0119 100644 --- a/packages/stylelint-config-wordpress/CHANGELOG.md +++ b/packages/stylelint-config-wordpress/CHANGELOG.md @@ -1,3 +1,7 @@ +# HEAD + +- Updated: `stylelint-find-rules` to `2.2.0`. + # 15.0.0 - Added: NodeJS 12.x.x support. diff --git a/packages/stylelint-config-wordpress/package.json b/packages/stylelint-config-wordpress/package.json index 4e5c582a7e4d2..cc6966b99c5f8 100644 --- a/packages/stylelint-config-wordpress/package.json +++ b/packages/stylelint-config-wordpress/package.json @@ -56,7 +56,7 @@ "remark-preset-lint-consistent": "^2.0.3", "remark-preset-lint-recommended": "^3.0.3", "stylelint": "^11.0.0", - "stylelint-find-rules": "^2.1.0" + "stylelint-find-rules": "^2.2.0" }, "peerDependencies": { "stylelint": "^10.1.0 || ^11.0.0"