Skip to content

Commit

Permalink
v2.5.1 (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
robframpton authored Mar 31, 2022
1 parent bbc79f0 commit 7f4747c
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.5.0",
"version": "2.5.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.5.0",
"User-Agent": "workos-node/2.5.1",
}
`;

Expand Down
2 changes: 1 addition & 1 deletion src/workos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { SSO } from './sso/sso';
import { Webhooks } from './webhooks/webhooks';
import { Mfa } from './mfa/mfa';

const VERSION = '2.5.0';
const VERSION = '2.5.1';

const DEFAULT_HOSTNAME = 'api.workos.com';

Expand Down

0 comments on commit 7f4747c

Please sign in to comment.