Skip to content

Commit 2b91424

Browse files
chore(main): release 0.12.3
1 parent 64928cf commit 2b91424

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.12.2"
2+
".": "0.12.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.12.3](https://github.com/workos/cli/compare/v0.12.2...v0.12.3) (2026-04-24)
8+
9+
10+
### Bug Fixes
11+
12+
* improve installer auth recovery ([#128](https://github.com/workos/cli/issues/128)) ([64928cf](https://github.com/workos/cli/commit/64928cf7029c784d4a894e4dbfd0f13067c57f6f))
13+
* prevent SDK "Not logged in" error before reaching gateway ([#127](https://github.com/workos/cli/issues/127)) ([69c2d7d](https://github.com/workos/cli/commit/69c2d7dd940ac7d23f2ca41994e44958b40a1682))
14+
715
## [0.12.2](https://github.com/workos/cli/compare/v0.12.1...v0.12.2) (2026-04-23)
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.12.2",
3+
"version": "0.12.3",
44
"type": "module",
55
"description": "The Official Workos CLI",
66
"repository": {

0 commit comments

Comments
 (0)