Skip to content

Commit 9205e98

Browse files
committed
Bump to 8.2.0
1 parent cfaa911 commit 9205e98

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

package-lock.json

Lines changed: 2 additions & 13 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.1.0",
2+
"version": "8.2.0",
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
@@ -47,7 +47,7 @@ import { ParseError } from './common/exceptions/parse-error';
4747
import { getEnv } from './common/utils/env';
4848
import { getRuntimeInfo } from './common/utils/runtime-info';
4949

50-
const VERSION = '8.1.0';
50+
const VERSION = '8.2.0';
5151

5252
const DEFAULT_HOSTNAME = 'api.workos.com';
5353

0 commit comments

Comments
 (0)