From 0ca2bac05c8efee960b7af0201d0598f95f14ddd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 07:00:14 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d7e5f1..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ef06cf6..3ac6ddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/WPTechnix/coding-standards/compare/v1.0.1...v1.1.0) (2025-11-26) + + +### Features + +* **ruleset:** modernize class structure and replace legacy commenting sniffs ([#9](https://github.com/WPTechnix/coding-standards/issues/9)) ([d74c2c5](https://github.com/WPTechnix/coding-standards/commit/d74c2c5afa44c4baa0e83657fed7b68fa44f2066)) + ## [1.0.1](https://github.com/WPTechnix/coding-standards/compare/v1.0.0...v1.0.1) (2025-11-23)