Skip to content

Commit 8772620

Browse files
authored
v0.9.8 (#354)
1 parent 1b97019 commit 8772620

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "0.9.7",
2+
"version": "0.9.8",
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
@@ -21,7 +21,7 @@ Object {
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/0.9.7",
24+
"User-Agent": "workos-node/0.9.8",
2525
}
2626
`;
2727

@@ -49,7 +49,7 @@ Object {
4949
"Accept": "application/json, text/plain, */*",
5050
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
5151
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
52-
"User-Agent": "workos-node/0.9.7",
52+
"User-Agent": "workos-node/0.9.8",
5353
}
5454
`;
5555

0 commit comments

Comments
 (0)