From 711a0d280d23ce04dd146b0b38b96261f5c24bde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 20:20:11 +0000 Subject: [PATCH] chore(main): release 0.13.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 794cd279..421515d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.2" + ".": "0.13.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5bb71b..826dd59d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.13.3](https://github.com/workos/cli/compare/v0.13.2...v0.13.3) (2026-04-30) + + +### Bug Fixes + +* --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)) +* prevent workos auth login from hanging indefinitely ([#139](https://github.com/workos/cli/issues/139)) ([1154090](https://github.com/workos/cli/commit/11540902181e72751da0a0ba356d18291cccb9df)) + ## [0.13.2](https://github.com/workos/cli/compare/v0.13.1...v0.13.2) (2026-04-28) diff --git a/package.json b/package.json index 19e2aeff..36794900 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.13.2", + "version": "0.13.3", "type": "module", "description": "The Official Workos CLI", "repository": {