Skip to content

Commit 3945291

Browse files
chore(release): 0.11.1 (#68)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 939964a commit 3945291

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.11.1](https://github.com/archgate/cli/compare/v0.11.0...v0.11.1) (2026-03-17)
2+
3+
### Bug Fixes
4+
5+
* pin platform package versions to exact release version ([#67](https://github.com/archgate/cli/issues/67)) ([939964a](https://github.com/archgate/cli/commit/939964aa2cd63cba06bd659ec79a0414a63fb324))
6+
17
## [0.11.0](https://github.com/archgate/cli/compare/v0.10.0...v0.11.0) (2026-03-16)
28

39
### Features

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "archgate",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents",
55
"readme": "README.md",
66
"license": "Apache-2.0",
@@ -76,8 +76,8 @@
7676
"typescript": "^5"
7777
},
7878
"optionalDependencies": {
79-
"archgate-darwin-arm64": "0.11.0",
80-
"archgate-linux-x64": "0.11.0",
81-
"archgate-win32-x64": "0.11.0"
79+
"archgate-darwin-arm64": "0.11.1",
80+
"archgate-linux-x64": "0.11.1",
81+
"archgate-win32-x64": "0.11.1"
8282
}
8383
}

0 commit comments

Comments
 (0)