Skip to content

Commit ac02374

Browse files
committed
v8.0.0-rc.2
1 parent 967e86e commit ac02374

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.0.0-rc.1",
2+
"version": "8.0.0-rc.2",
33
"name": "@workos-inc/node",
44
"author": "WorkOS",
55
"description": "A Node wrapper for the WorkOS API",

src/workos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import { ParseError } from './common/exceptions/parse-error';
4242
import { getEnv } from './common/utils/env';
4343
import { getRuntimeInfo } from './common/utils/runtime-info';
4444

45-
const VERSION = '8.0.0-beta.4';
45+
const VERSION = '8.0.0-rc.2';
4646

4747
const DEFAULT_HOSTNAME = 'api.workos.com';
4848

0 commit comments

Comments
 (0)