Skip to content

Commit 9179874

Browse files
chore(main): release 0.13.3 (#138)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1154090 commit 9179874

3 files changed

Lines changed: 10 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.13.2"
2+
".": "0.13.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.13.3](https://github.com/workos/cli/compare/v0.13.2...v0.13.3) (2026-04-30)
8+
9+
10+
### Bug Fixes
11+
12+
* --api-key flag takes precedence over WORKOS_API_KEY env var ([#137](https://github.com/workos/cli/issues/137)) ([4a18de1](https://github.com/workos/cli/commit/4a18de16d66fc3ce1485ac3294a8b4ff70d059a3))
13+
* prevent workos auth login from hanging indefinitely ([#139](https://github.com/workos/cli/issues/139)) ([1154090](https://github.com/workos/cli/commit/11540902181e72751da0a0ba356d18291cccb9df))
14+
715
## [0.13.2](https://github.com/workos/cli/compare/v0.13.1...v0.13.2) (2026-04-28)
816

917

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.13.2",
3+
"version": "0.13.3",
44
"type": "module",
55
"description": "The Official Workos CLI",
66
"repository": {

0 commit comments

Comments
 (0)