Skip to content

Commit 9c70a4c

Browse files
Bump to version 7.69.1 (#1349)
## Summary Version bump to 7.69.1 ## Changes - Bump version to 7.69.1 in package.json, package-lock.json, and src/workos.ts - Update snapshot tests with new version ## Recent additions in this version - Add `provider_query_params` to SSO `getAuthorizationUrl` method (#1347)
1 parent d4ded90 commit 9c70a4c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.69.0",
2+
"version": "7.69.1",
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.69.0/fetch",
26+
"User-Agent": "workos-node/7.69.1/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.69.0/fetch",
70+
"User-Agent": "workos-node/7.69.1/fetch",
7171
}
7272
`;
7373

src/workos.ts

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

43-
const VERSION = '7.69.0';
43+
const VERSION = '7.69.1';
4444

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

0 commit comments

Comments
 (0)