Skip to content

Commit

Permalink
v0.9.10 (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant authored Apr 15, 2021
1 parent 4f7ee79 commit 9bcc65e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.9",
"version": "0.9.10",
"name": "@workos-inc/node",
"author": "WorkOS",
"description": "A Node wrapper for the WorkOS API",
Expand Down
4 changes: 2 additions & 2 deletions src/sso/__snapshots__/sso.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Object {
"Accept": "application/json, text/plain, */*",
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
"User-Agent": "workos-node/0.9.9",
"User-Agent": "workos-node/0.9.10",
}
`;

Expand Down Expand Up @@ -49,7 +49,7 @@ Object {
"Accept": "application/json, text/plain, */*",
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
"User-Agent": "workos-node/0.9.9",
"User-Agent": "workos-node/0.9.10",
}
`;

Expand Down

0 comments on commit 9bcc65e

Please sign in to comment.