diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a4b1a..6ca14b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/). +## [2.0.0-beta.3] - 2024-04-05 + +This release explicitly adds `Squiz.WhiteSpace.SuperfluousWhitespace` to the `WPGraphQL-Extra` ruleset, as it is silenced by VIPCS. + +### WPGraphQL-Extra +- Added `Squiz.WhiteSpace.SuperfluousWhitespace` and made explicit. + ## [2.0.0-beta.2] - 2023-11-5 This release updates the ruleset based on the latest changes to WPGraphQL core (v1.18.0). Specifically: diff --git a/WPGraphQL-Extra/ruleset.xml b/WPGraphQL-Extra/ruleset.xml index f8a0408..f894679 100644 --- a/WPGraphQL-Extra/ruleset.xml +++ b/WPGraphQL-Extra/ruleset.xml @@ -6,7 +6,18 @@ - + + + 5 + + + 5 + + + 5 + + + diff --git a/composer.json b/composer.json index 60083d7..6e8661f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "axepress/wp-graphql-cs", "type": "phpcodesniffer-standard", "description": "PHP_CodeSniffer rules (sniffs) for the WPGraphQL ecosystem.", - "version": "2.0.0-beta.2", + "version": "2.0.0-beta.3", "keywords": [ "phpcs", "wpcs",