diff --git a/CHANGELOG.md b/CHANGELOG.md index f5766b83..bb2b3e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.2.2](https://github.com/archgate/cli/compare/v0.2.1...v0.2.2) (2026-02-23) + +### Bug Fixes + +* use NPM_TOKEN for registry auth alongside --provenance ([8fcd418](https://github.com/archgate/cli/commit/8fcd418a049869995b48265cd307833d1b1c519f)) + ## [0.2.1](https://github.com/archgate/cli/compare/v0.2.0...v0.2.1) (2026-02-23) ### Bug Fixes diff --git a/package.json b/package.json index a10ec841..e05f93b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.2.1", + "version": "0.2.2", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "readme": "README.md", "license": "FSL-1.1-ALv2",