From ad6ec747e95d9b80c55c7f8a6f74e8c2ab90afb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Mar 2026 19:39:36 +0000 Subject: [PATCH] chore(release): 0.13.1 --- 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 74ba6ca1..f4b254f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.13.1](https://github.com/archgate/cli/compare/v0.13.0...v0.13.1) (2026-03-18) + +### Bug Fixes + +* split upload release asset step for Windows compatibility ([#77](https://github.com/archgate/cli/issues/77)) ([54ba520](https://github.com/archgate/cli/commit/54ba520b668d3ea9dbb3a24f733ad6dc0c53f3a8)) + ## [0.13.0](https://github.com/archgate/cli/compare/v0.11.2...v0.13.0) (2026-03-18) ### Features diff --git a/bun.lock b/bun.lock index 54d51b2b..f88c8144 100644 --- a/bun.lock +++ b/bun.lock @@ -19,9 +19,9 @@ "zod": "4.3.6", }, "optionalDependencies": { - "archgate-darwin-arm64": "0.13.0", - "archgate-linux-x64": "0.13.0", - "archgate-win32-x64": "0.13.0", + "archgate-darwin-arm64": "0.13.1", + "archgate-linux-x64": "0.13.1", + "archgate-win32-x64": "0.13.1", }, "peerDependencies": { "typescript": "^5", diff --git a/package.json b/package.json index c8bec076..812a50e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.13.0", + "version": "0.13.1", "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.0", - "archgate-linux-x64": "0.13.0", - "archgate-win32-x64": "0.13.0" + "archgate-darwin-arm64": "0.13.1", + "archgate-linux-x64": "0.13.1", + "archgate-win32-x64": "0.13.1" }, "readme": "README.md" }