diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5e39b94..513fac0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.0" + ".": "0.18.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 41d36e9..719d865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.18.1](https://github.com/workos/cli/compare/v0.18.0...v0.18.1) (2026-07-14) + + +### Bug Fixes + +* 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 1a904b5..966163e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.18.0", + "version": "0.18.1", "type": "module", "description": "The Official Workos CLI", "repository": {