Skip to content

Commit 0b2bcb6

Browse files
chore(main): release 0.12.0-beta.2
1 parent f2a6ec2 commit 0b2bcb6

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.12.0-beta.1"
2+
".": "0.12.0-beta.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.12.0-beta.2](https://github.com/workos/cli/compare/v0.12.0-beta.1...v0.12.0-beta.2) (2026-03-31)
8+
9+
10+
### Bug Fixes
11+
12+
* add NextjsGrader check for getSignInUrl in Server Components ([#110](https://github.com/workos/cli/issues/110)) ([f2a6ec2](https://github.com/workos/cli/commit/f2a6ec29a88c4a769de57e879dfb4dbd0cbc6978))
13+
* prevent registerSubcommand from injecting false positional args ([#111](https://github.com/workos/cli/issues/111)) ([effe187](https://github.com/workos/cli/commit/effe187629eecaf166542002115457c6933cf0eb))
14+
* stop reading WORKOS_CLIENT_ID for CLI auth ([#113](https://github.com/workos/cli/issues/113)) ([7bdd851](https://github.com/workos/cli/commit/7bdd851ab202173438f330522a2a32b743cf8708))
15+
716
## [0.12.0-beta.1](https://github.com/workos/cli/compare/v0.12.0-beta...v0.12.0-beta.1) (2026-03-26)
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.12.0-beta.1",
3+
"version": "0.12.0-beta.2",
44
"type": "module",
55
"description": "The Official Workos CLI",
66
"repository": {

0 commit comments

Comments
 (0)