From 33fd8a7f7ce995d55a20b5b824402861947f165e Mon Sep 17 00:00:00 2001 From: IWF Web Solutions Bot Date: Wed, 25 Mar 2026 17:44:48 +0100 Subject: [PATCH] chore(main): release 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0db4c77..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.3" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5450525..1ebc52a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/iwf-web/php-coding-standard/compare/1.0.3...1.1.0) (2026-03-25) + + +### ✨ Features + +* rename rule sets and namespaces to IWFWeb ([b721d25](https://github.com/iwf-web/php-coding-standard/commit/b721d257f11405110ac4776fc37f7426abf5420d)) + + +### 📚 Documentation + +* Simplify after moving community files to org repo .github ([d9972d4](https://github.com/iwf-web/php-coding-standard/commit/d9972d44b538da049cad3cf31147ece8051a738c)) + ## [1.0.3](https://github.com/iwf-web/php-coding-standard/compare/1.0.2...1.0.3) (2026-03-06)