Skip to content

Commit b8ee00c

Browse files
authored
v7.75.0 (#1406)
## Description - includes #1405 ## 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. <!-- av pr metadata This information is embedded by the av CLI when creating PRs to track the status of stacks when using Aviator. Please do not delete or edit this section of the PR. ``` {"parent":"main","parentHead":"","trunk":"main"} ``` -->
1 parent 97fec6a commit b8ee00c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.74.2",
2+
"version": "7.75.0",
33
"name": "@workos-inc/node",
44
"author": "WorkOS",
55
"description": "A Node wrapper for the WorkOS API",

src/sso/__snapshots__/sso.spec.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ exports[`SSO SSO getProfileAndToken with all information provided sends a reques
2323
"Accept": "application/json, text/plain, */*",
2424
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
2525
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
26-
"User-Agent": "workos-node/7.74.2/fetch",
26+
"User-Agent": "workos-node/7.75.0/fetch",
2727
}
2828
`;
2929

@@ -67,7 +67,7 @@ exports[`SSO SSO getProfileAndToken without a groups attribute sends a request t
6767
"Accept": "application/json, text/plain, */*",
6868
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
6969
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
70-
"User-Agent": "workos-node/7.74.2/fetch",
70+
"User-Agent": "workos-node/7.75.0/fetch",
7171
}
7272
`;
7373

src/workos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import { ConflictException } from './common/exceptions/conflict.exception';
4141
import { CryptoProvider } from './common/crypto/crypto-provider';
4242
import { ParseError } from './common/exceptions/parse-error';
4343

44-
const VERSION = '7.74.2';
44+
const VERSION = '7.75.0';
4545

4646
const DEFAULT_HOSTNAME = 'api.workos.com';
4747

0 commit comments

Comments
 (0)