From 61b67ac2ba243c68bd5870554d400fdcf43ae198 Mon Sep 17 00:00:00 2001 From: alex <53851759+alxxjohn@users.noreply.github.com> Date: Fri, 17 Jul 2026 16:01:43 -0400 Subject: [PATCH] chore(main): release 1.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4ddc74..53b7bc9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca0716..812fe97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.1.2](https://github.com/devr-tools/codeguard/compare/v1.1.1...v1.1.2) (2026-07-17) + + +### Bug Fixes + +* (checks) design-cross-language-boundaries ([#55](https://github.com/devr-tools/codeguard/issues/55)) ([91afc88](https://github.com/devr-tools/codeguard/commit/91afc884bec609e2542e1874cb4d19b0c8006a1c)) +* **design:** add configurable architecture boundaries ([f6bdb33](https://github.com/devr-tools/codeguard/commit/f6bdb33989faf83a7dfd007474325587614accd5)) +* **design:** add configurable architecture boundaries ([#53](https://github.com/devr-tools/codeguard/issues/53)) ([ea5cd93](https://github.com/devr-tools/codeguard/commit/ea5cd936f5f6a6cab6bc4a39b8fe6337dd79330b)) +* **design:** satisfy strict lint ([f8c6471](https://github.com/devr-tools/codeguard/commit/f8c647190c79247e190c9922bc9fd7423ef26cb5)) + ## [1.1.1](https://github.com/devr-tools/codeguard/compare/v1.1.0...v1.1.1) (2026-07-17)