diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b32a9c..cc99c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/WPTechnix/coding-standards/compare/v1.2.0...v2.0.0) (2025-11-26) + + +### ⚠ BREAKING CHANGES + +* **ruleset:** upgrade slevomat to 8.22 and enforce strict config ([#13](https://github.com/WPTechnix/coding-standards/issues/13)) + +### Features + +* **ruleset:** upgrade slevomat to 8.22 and enforce strict config ([#13](https://github.com/WPTechnix/coding-standards/issues/13)) ([2970bb7](https://github.com/WPTechnix/coding-standards/commit/2970bb7e4f329f1efc7d5ed307ff434ba06f7f90)) + ## [1.2.0](https://github.com/WPTechnix/coding-standards/compare/v1.1.0...v1.2.0) (2025-11-26)