Skip to content

Commit cd0b7e2

Browse files
author
Paul Asjes
authored
Bump to 7.29.0 (#1144)
## Description Adding `auditLogs.createSchema`, so need a new minor version. ## 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.
1 parent 73060c6 commit cd0b7e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.28.0",
2+
"version": "7.29.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exports[`SSO SSO getProfileAndToken with all information provided sends a reques
2121
"Accept": "application/json, text/plain, */*",
2222
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
2323
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
24-
"User-Agent": "workos-node/7.28.0/fetch",
24+
"User-Agent": "workos-node/7.29.0/fetch",
2525
}
2626
`;
2727

@@ -61,7 +61,7 @@ exports[`SSO SSO getProfileAndToken without a groups attribute sends a request t
6161
"Accept": "application/json, text/plain, */*",
6262
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
6363
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
64-
"User-Agent": "workos-node/7.28.0/fetch",
64+
"User-Agent": "workos-node/7.29.0/fetch",
6565
}
6666
`;
6767

src/workos.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { SubtleCryptoProvider } from './common/crypto/subtle-crypto-provider';
3333
import { FetchHttpClient } from './common/net/fetch-client';
3434
import { IronSessionProvider } from './common/iron-session/iron-session-provider';
3535

36-
const VERSION = '7.28.0';
36+
const VERSION = '7.29.0';
3737

3838
const DEFAULT_HOSTNAME = 'api.workos.com';
3939

0 commit comments

Comments
 (0)