Skip to content

Commit 4904ae6

Browse files
chore(main): release 0.8.2 (#82)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b935ce commit 4904ae6

3 files changed

Lines changed: 11 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.8.1"
2+
".": "0.8.2"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.8.2](https://github.com/workos/cli/compare/v0.8.1...v0.8.2) (2026-03-05)
8+
9+
10+
### Bug Fixes
11+
12+
* auth credential storage and transient error handling ([#81](https://github.com/workos/cli/issues/81)) ([ac7922d](https://github.com/workos/cli/commit/ac7922da33ac613b9794b9a8b0bd304d9b95c497))
13+
* 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))
14+
* 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))
15+
716
## [0.8.1](https://github.com/workos/cli/compare/v0.8.0...v0.8.1) (2026-03-05)
817

918

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

0 commit comments

Comments
 (0)