Skip to content

Commit

Permalink
Bump to version 7.5.0 (#1043)
Browse files Browse the repository at this point in the history
Bump to version 7.5.0.
  • Loading branch information
mattgd authored May 20, 2024
1 parent 39fe7f3 commit 27a2181
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.4.0",
"version": "7.5.0",
"name": "@workos-inc/node",
"author": "WorkOS",
"description": "A Node wrapper for the WorkOS API",
Expand Down
4 changes: 2 additions & 2 deletions src/sso/__snapshots__/sso.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports[`SSO SSO getProfileAndToken with all information provided sends a reques
"Accept": "application/json, text/plain, */*",
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
"User-Agent": "workos-node/7.4.0",
"User-Agent": "workos-node/7.5.0",
}
`;

Expand Down Expand Up @@ -58,7 +58,7 @@ exports[`SSO SSO getProfileAndToken without a groups attribute sends a request t
"Accept": "application/json, text/plain, */*",
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
"User-Agent": "workos-node/7.4.0",
"User-Agent": "workos-node/7.5.0",
}
`;

Expand Down
2 changes: 1 addition & 1 deletion src/workos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { BadRequestException } from './common/exceptions/bad-request.exception';
import { FetchClient } from './common/utils/fetch-client';
import { FetchError } from './common/utils/fetch-error';

const VERSION = '7.4.0';
const VERSION = '7.5.0';

const DEFAULT_HOSTNAME = 'api.workos.com';

Expand Down

0 comments on commit 27a2181

Please sign in to comment.