From 2c1bf3e6bafef7b500d0dc96ded958515f10d7cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Mar 2026 21:03:37 +0000 Subject: [PATCH] chore(release): 0.13.2 --- CHANGELOG.md | 6 ++++++ bun.lock | 6 +++--- package.json | 8 ++++---- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b254f0..42059e68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.13.2](https://github.com/archgate/cli/compare/v0.13.1...v0.13.2) (2026-03-18) + +### Bug Fixes + +* use PROCESSOR_ARCHITECTURE for Windows arch detection in installer ([#79](https://github.com/archgate/cli/issues/79)) ([63afc7e](https://github.com/archgate/cli/commit/63afc7e23d628035417f1b51b135e7d0bf717067)) + ## [0.13.1](https://github.com/archgate/cli/compare/v0.13.0...v0.13.1) (2026-03-18) ### Bug Fixes diff --git a/bun.lock b/bun.lock index f88c8144..2d62ab13 100644 --- a/bun.lock +++ b/bun.lock @@ -19,9 +19,9 @@ "zod": "4.3.6", }, "optionalDependencies": { - "archgate-darwin-arm64": "0.13.1", - "archgate-linux-x64": "0.13.1", - "archgate-win32-x64": "0.13.1", + "archgate-darwin-arm64": "0.13.2", + "archgate-linux-x64": "0.13.2", + "archgate-win32-x64": "0.13.2", }, "peerDependencies": { "typescript": "^5", diff --git a/package.json b/package.json index 812a50e9..66d03968 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.13.1", + "version": "0.13.2", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr", @@ -75,9 +75,9 @@ "typescript": "^5" }, "optionalDependencies": { - "archgate-darwin-arm64": "0.13.1", - "archgate-linux-x64": "0.13.1", - "archgate-win32-x64": "0.13.1" + "archgate-darwin-arm64": "0.13.2", + "archgate-linux-x64": "0.13.2", + "archgate-win32-x64": "0.13.2" }, "readme": "README.md" }