From 5881e0ef20840689ce4238599f72a92726f224b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:15:09 +0000 Subject: [PATCH] chore(main): release 0.10.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..30b6d45 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 67cc0b7..c804f78 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.10.1](https://github.com/workos/cli/compare/v0.10.0...v0.10.1) (2026-03-10) + + +### Bug Fixes + +* **auth:** auto-provision staging environment after login ([#89](https://github.com/workos/cli/issues/89)) ([19b34e2](https://github.com/workos/cli/commit/19b34e27d5c516e0439904da9bc8b0a9b33ea892)) + ## [0.10.0](https://github.com/workos/cli/compare/v0.9.0...v0.10.0) (2026-03-09) diff --git a/package.json b/package.json index 35a8f73..57a9852 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.10.0", + "version": "0.10.1", "type": "module", "description": "The Official Workos CLI", "repository": {