diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f7b9507..6e11172c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.33.2](https://github.com/archgate/cli/compare/v0.33.1...v0.33.2) (2026-05-08) + +### Bug Fixes + +* reset cursor to column 0 after inquirer prompts on Windows ([#278](https://github.com/archgate/cli/issues/278)) ([e390c47](https://github.com/archgate/cli/commit/e390c47e7c761439b9cbe2236a91cf14125787f5)) + ## [0.33.1](https://github.com/archgate/cli/compare/v0.33.0...v0.33.1) (2026-05-06) ### Bug Fixes diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 84120342..e64c33c6 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.33.1", + softwareVersion: "0.33.2", 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 cda44523..c41c4bf6 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.33.1" } +{ "version": "v0.33.2" } diff --git a/package.json b/package.json index 4eecabfc..8d3f7ba1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.33.1", + "version": "0.33.2", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",