Skip to content

Commit 09b8268

Browse files
committed
v8.0.0-rc.6
1 parent d33497d commit 09b8268

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.5",
2+
"version": "8.0.0-rc.6",
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
@@ -43,7 +43,7 @@ import { ParseError } from './common/exceptions/parse-error';
4343
import { getEnv } from './common/utils/env';
4444
import { getRuntimeInfo } from './common/utils/runtime-info';
4545

46-
const VERSION = '8.0.0-rc.5';
46+
const VERSION = '8.0.0-rc.6';
4747

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

0 commit comments

Comments
 (0)