From b2207239e901ea24c9d9a2f33da22eb409f330b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Mar 2026 13:14:11 +0000 Subject: [PATCH] chore(release): 0.11.1 --- CHANGELOG.md | 6 ++++++ package.json | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2342047c..a25f8a4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.11.1](https://github.com/archgate/cli/compare/v0.11.0...v0.11.1) (2026-03-17) + +### Bug Fixes + +* pin platform package versions to exact release version ([#67](https://github.com/archgate/cli/issues/67)) ([939964a](https://github.com/archgate/cli/commit/939964aa2cd63cba06bd659ec79a0414a63fb324)) + ## [0.11.0](https://github.com/archgate/cli/compare/v0.10.0...v0.11.0) (2026-03-16) ### Features diff --git a/package.json b/package.json index 384e3003..8dd2002f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.11.0", + "version": "0.11.1", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "readme": "README.md", "license": "Apache-2.0", @@ -76,8 +76,8 @@ "typescript": "^5" }, "optionalDependencies": { - "archgate-darwin-arm64": "0.11.0", - "archgate-linux-x64": "0.11.0", - "archgate-win32-x64": "0.11.0" + "archgate-darwin-arm64": "0.11.1", + "archgate-linux-x64": "0.11.1", + "archgate-win32-x64": "0.11.1" } }