Skip to content

Commit

Permalink
v2.12.0 (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant authored Aug 18, 2022
1 parent 89d2954 commit 957e643
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.11.0",
"version": "2.12.0",
"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.11.0",
"User-Agent": "workos-node/2.12.0",
}
`;

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.11.0';
const VERSION = '2.12.0';

const DEFAULT_HOSTNAME = 'api.workos.com';

Expand Down

0 comments on commit 957e643

Please sign in to comment.