Skip to content

Commit 6d1bd1d

Browse files
authored
Release v8.1.0 (#1462)
## Description This release has two new features: * #1458 * #1460 and one bug fix: * #1461 ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [ ] Yes ``` If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.
1 parent 8dfbd71 commit 6d1bd1d

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",
2+
"version": "8.1.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
@@ -45,7 +45,7 @@ import { ParseError } from './common/exceptions/parse-error';
4545
import { getEnv } from './common/utils/env';
4646
import { getRuntimeInfo } from './common/utils/runtime-info';
4747

48-
const VERSION = '8.0.0';
48+
const VERSION = '8.1.0';
4949

5050
const DEFAULT_HOSTNAME = 'api.workos.com';
5151

0 commit comments

Comments
 (0)