From 562e6606dfb4683bb85687b38b8e5a20a8d1717d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Feb 2026 21:28:46 +0000 Subject: [PATCH] chore(release): 0.2.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2b3e34..dacc5b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.2.3](https://github.com/archgate/cli/compare/v0.2.2...v0.2.3) (2026-02-23) + +### Bug Fixes + +* drop --provenance (private repo), use npm-token input for release ([503571b](https://github.com/archgate/cli/commit/503571bb73a8e02e85c865df5016e8d38c7e2157)) + ## [0.2.2](https://github.com/archgate/cli/compare/v0.2.1...v0.2.2) (2026-02-23) ### Bug Fixes diff --git a/package.json b/package.json index e05f93b5..328b79c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.2.2", + "version": "0.2.3", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "readme": "README.md", "license": "FSL-1.1-ALv2",