From d4b4539d70a78ec9186b5379ee412959a6a06d7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 08:35:43 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 5fdd883..c4ddc74 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 312b55c..c766632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.1](https://github.com/iwf-web/php-coding-standard/compare/1.1.0...1.1.1) (2026-06-25) + + +### 🐛 Bug Fixes + +* **ci:** group dependabot updates and harden release workflow ([90a852c](https://github.com/iwf-web/php-coding-standard/commit/90a852cc66f6d0e252f2b593fa5bd79f215eb325)) + ## [1.1.0](https://github.com/iwf-web/php-coding-standard/compare/1.0.3...1.1.0) (2026-03-25)