diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 047c623..b08cc4f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.1" + ".": "0.15.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 17b41d3..2c61c9d 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.15.2](https://github.com/workos/cli/compare/v0.15.1...v0.15.2) (2026-05-20) + + +### Bug Fixes + +* use file URL for dynamic imports to support Windows ([#156](https://github.com/workos/cli/issues/156)) ([6efdbba](https://github.com/workos/cli/commit/6efdbba7fe194dc0a02ec1f0581795a345ac760b)) + ## [0.15.1](https://github.com/workos/cli/compare/v0.15.0...v0.15.1) (2026-05-14) diff --git a/package.json b/package.json index ea8d8a6..7d54513 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.15.1", + "version": "0.15.2", "type": "module", "description": "The Official Workos CLI", "repository": {