From 5bd90675a0607db2d519a5536d1b05a03b3680c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:18:42 +0000 Subject: [PATCH] chore(main): release 1.1.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fa88e37..392c745 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.8"} +{".":"1.1.9"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 65529a2..289e8ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.9](https://github.com/linchpin/coding-standards/compare/v1.1.8...v1.1.9) (2026-08-03) + + +### Bug Fixes + +* **NO-TASK:** Replace PSR2R namespace sniffs removed upstream ([69c063f](https://github.com/linchpin/coding-standards/commit/69c063f645f12e6516a12fb59e407b9ef8ab31bb)) +* **NO-TASK:** Replace PSR2R namespace sniffs removed upstream ([dcea58d](https://github.com/linchpin/coding-standards/commit/dcea58df2c757f2cae48529aa620526cc13b8a6f)) + ## [1.1.8](https://github.com/linchpin/coding-standards/compare/v1.1.7...v1.1.8) (2026-08-01)