Skip to content

Commit

Permalink
v2.8.1 (#639)
Browse files Browse the repository at this point in the history
* V2.8.1
  • Loading branch information
dliu-workos authored Jul 13, 2022
1 parent d3f0773 commit 1106a3e
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 68 deletions.
130 changes: 65 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.8.0",
"version": "2.8.1",
"name": "@workos-inc/node",
"author": "WorkOS",
"description": "A Node wrapper for the WorkOS API",
Expand Down
2 changes: 1 addition & 1 deletion src/sso/__snapshots__/sso.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Object {
"Accept": "application/json, text/plain, */*",
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
"User-Agent": "workos-node/2.8.0",
"User-Agent": "workos-node/2.8.1",
}
`;

Expand Down
2 changes: 1 addition & 1 deletion src/workos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { Mfa } from './mfa/mfa';
import { AuditLogs } from './audit-logs/audit-logs';
import { BadRequestException } from './common/exceptions/bad-request.exception';

const VERSION = '2.8.0';
const VERSION = '2.8.1';

const DEFAULT_HOSTNAME = 'api.workos.com';

Expand Down

0 comments on commit 1106a3e

Please sign in to comment.