diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dfb46c..6ca14b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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] - @todo +## [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. 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",