From 1424e2f7db3054ec2171a86021a3e986c655fc5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Mar 2026 22:02:13 +0000 Subject: [PATCH] chore(release): 0.25.0 --- CHANGELOG.md | 11 +++++++++++ bun.lock | 6 +++--- docs/astro.config.mjs | 2 +- docs/public/version.json | 2 +- package.json | 8 ++++---- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc0d808..e39df361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.25.0](https://github.com/archgate/cli/compare/v0.24.0...v0.25.0) (2026-03-23) + +### Features + +* add typed readJSON overload for package.json ([#162](https://github.com/archgate/cli/issues/162)) ([1240080](https://github.com/archgate/cli/commit/12400809c82523780f9af0ff63a4367a4a5cb0af)) +* add VS Code extension install via plugin install ([#161](https://github.com/archgate/cli/issues/161)) ([f71bd4d](https://github.com/archgate/cli/commit/f71bd4d6640e294c278b88de688088ed95d3b2c7)) + +### Bug Fixes + +* remove plaintext token storage and fix upgrade losing login ([#160](https://github.com/archgate/cli/issues/160)) ([390ef9b](https://github.com/archgate/cli/commit/390ef9b4f7fc80bb205d3a8fa196a7c9cef19c31)) + ## [0.24.0](https://github.com/archgate/cli/compare/v0.23.2...v0.24.0) (2026-03-23) ### Features diff --git a/bun.lock b/bun.lock index a4dfbf5e..9f0dfd6f 100644 --- a/bun.lock +++ b/bun.lock @@ -22,9 +22,9 @@ "zod": "4.3.6", }, "optionalDependencies": { - "archgate-darwin-arm64": "0.24.0", - "archgate-linux-x64": "0.24.0", - "archgate-win32-x64": "0.24.0", + "archgate-darwin-arm64": "0.25.0", + "archgate-linux-x64": "0.25.0", + "archgate-win32-x64": "0.25.0", }, "peerDependencies": { "typescript": "^5 || ^6.0.0", diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 635c9b2b..c8921514 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -177,7 +177,7 @@ export default defineConfig({ applicationCategory: "DeveloperApplication", applicationSubCategory: "Code Governance", operatingSystem: "macOS, Linux, Windows", - softwareVersion: "0.24.0", + softwareVersion: "0.25.0", license: "https://github.com/archgate/cli/blob/main/LICENSE", offers: { "@type": "Offer", price: "0", priceCurrency: "USD" }, url: "https://cli.archgate.dev", diff --git a/docs/public/version.json b/docs/public/version.json index 0e526dea..ae6bbdf1 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.24.0" } +{ "version": "v0.25.0" } diff --git a/package.json b/package.json index ecfe52cd..e21a9c62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.24.0", + "version": "0.25.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr", @@ -76,9 +76,9 @@ "typescript": "^5 || ^6.0.0" }, "optionalDependencies": { - "archgate-darwin-arm64": "0.24.0", - "archgate-linux-x64": "0.24.0", - "archgate-win32-x64": "0.24.0" + "archgate-darwin-arm64": "0.25.0", + "archgate-linux-x64": "0.25.0", + "archgate-win32-x64": "0.25.0" }, "readme": "README.md" }