From cc7154faf1e6df73714edd2a7dd452243b5e20e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Feb 2026 20:28:19 +0000 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a95a81..b430b2e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.2.0](https://github.com/archgate/cli/compare/v0.1.1...v0.2.0) (2026-02-23) + +### Features + +* distribute binaries via npm platform packages ([#7](https://github.com/archgate/cli/issues/7)) ([e3102f6](https://github.com/archgate/cli/commit/e3102f627bf4da329d6233ef14921dac0b265735)) + +### Bug Fixes + +* use ./ prefix for npm publish to avoid GitHub shorthand resolution ([5f87fa9](https://github.com/archgate/cli/commit/5f87fa9a9624629d6101a30e80790198022bcba5)) + ## [0.1.1](https://github.com/archgate/cli/compare/v0.1.0...v0.1.1) (2026-02-23) ### Bug Fixes diff --git a/package.json b/package.json index e29114b8..cf24b328 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.1.1", + "version": "0.2.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "readme": "README.md", "license": "FSL-1.1-ALv2",