Skip to content

Commit c2bd236

Browse files
authored
Bump Version (#313)
1 parent 0f0805f commit c2bd236

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.1",
2+
"version": "0.9.2",
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
@@ -19,7 +19,7 @@ Object {
1919
"Accept": "application/json, text/plain, */*",
2020
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
2121
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
22-
"User-Agent": "workos-node/0.9.1",
22+
"User-Agent": "workos-node/0.9.2",
2323
}
2424
`;
2525

@@ -47,7 +47,7 @@ Object {
4747
"Accept": "application/json, text/plain, */*",
4848
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
4949
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
50-
"User-Agent": "workos-node/0.9.1",
50+
"User-Agent": "workos-node/0.9.2",
5151
}
5252
`;
5353

0 commit comments

Comments
 (0)