Skip to content

Commit 3deb4c0

Browse files
chore(main): release 0.15.2 (#157)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6efdbba commit 3deb4c0

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.15.1"
2+
".": "0.15.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.15.2](https://github.com/workos/cli/compare/v0.15.1...v0.15.2) (2026-05-20)
8+
9+
10+
### Bug Fixes
11+
12+
* 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))
13+
714
## [0.15.1](https://github.com/workos/cli/compare/v0.15.0...v0.15.1) (2026-05-14)
815

916

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workos",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"type": "module",
55
"description": "The Official Workos CLI",
66
"repository": {

0 commit comments

Comments
 (0)