diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5e39b941..19ee807a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.0" + ".": "0.19.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 41d36e99..deaaa4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.19.0](https://github.com/workos/cli/compare/v0.18.0...v0.19.0) (2026-07-23) + + +### Features + +* add env provision + verify-login commands, fix non-interactive installs (agent/CI), Vite port detection, and misleading command hints ([#192](https://github.com/workos/cli/issues/192)) ([dd20929](https://github.com/workos/cli/commit/dd20929ffeba24d35b0276f7b4336d11a104895a)) + + +### Bug Fixes + +* **deps:** bump @workos/openapi-spec to drop tree-sitter chain ([#204](https://github.com/workos/cli/issues/204)) ([7b03394](https://github.com/workos/cli/commit/7b03394593e155d4f3cad5ba9779f4fd7663b683)), closes [#202](https://github.com/workos/cli/issues/202) +* Extract emulator to @workos/emulate ([#171](https://github.com/workos/cli/issues/171)) ([d20c0ca](https://github.com/workos/cli/commit/d20c0ca29144d2f10949b77a320f147589cdc801)) + ## [0.18.0](https://github.com/workos/cli/compare/v0.17.1...v0.18.0) (2026-07-06) diff --git a/package.json b/package.json index d28a8039..651309bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.18.0", + "version": "0.19.0", "type": "module", "description": "The Official Workos CLI", "repository": {