From 535231440fe3372896d3156e720de8d0cb8a292a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:00:40 +0000 Subject: [PATCH] chore(main): release 0.8.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 02f17d9d..2e1c40ed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 932e4087..ddf1c023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.8.2](https://github.com/workos/cli/compare/v0.8.1...v0.8.2) (2026-03-05) + + +### Bug Fixes + +* auth credential storage and transient error handling ([#81](https://github.com/workos/cli/issues/81)) ([ac7922d](https://github.com/workos/cli/commit/ac7922da33ac613b9794b9a8b0bd304d9b95c497)) +* improve TanStack Start skill to reduce first-attempt build failures ([#83](https://github.com/workos/cli/issues/83)) ([6b935ce](https://github.com/workos/cli/commit/6b935ce7b880f3f82b17e86a082206464d16154a)) +* TanStack Start friction log fixes for middleware and doctor checks ([#77](https://github.com/workos/cli/issues/77)) ([7b857f9](https://github.com/workos/cli/commit/7b857f9c06a79fdbfb50a4b57eec97860876461b)) + ## [0.8.1](https://github.com/workos/cli/compare/v0.8.0...v0.8.1) (2026-03-05) diff --git a/package.json b/package.json index aec96956..c1acf6f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.8.1", + "version": "0.8.2", "type": "module", "description": "The Official Workos CLI", "repository": {