From b911162215e2b6af23f98bc28e4cc8729e759766 Mon Sep 17 00:00:00 2001 From: IWF Web Solutions Bot Date: Thu, 25 Dec 2025 10:22:41 +0100 Subject: [PATCH] chore(main): release 1.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d7e5f1..b870c5e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 473a38f..8484f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.2](https://github.com/iwf-web/php-coding-standard/compare/1.0.1...1.0.2) (2025-12-25) + + +### 🐛 Bug Fixes + +* Bot user is unbanned, use it's token again ([a0ac227](https://github.com/iwf-web/php-coding-standard/commit/a0ac227522729b460cbe526a59706ad6ce160681)) +* dependabot wrong target branch ([bffd2d1](https://github.com/iwf-web/php-coding-standard/commit/bffd2d17c7b807b82a7478f55f546ccda3a2dc29)) +* Keep readme in package ([e98c28f](https://github.com/iwf-web/php-coding-standard/commit/e98c28f44a951bcd6baab836f61c63061f179dcb)) + ## [1.0.1](https://github.com/iwf-web/php-coding-standard/compare/1.0.0...1.0.1) (2025-12-19)