diff --git a/package.json b/package.json index 619cb5fbe..615967e6e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "7.78.0", + "version": "7.79.0", "name": "@workos-inc/node", "author": "WorkOS", "description": "A Node wrapper for the WorkOS API", diff --git a/src/sso/__snapshots__/sso.spec.ts.snap b/src/sso/__snapshots__/sso.spec.ts.snap index 22b0e542e..7b3fe1163 100644 --- a/src/sso/__snapshots__/sso.spec.ts.snap +++ b/src/sso/__snapshots__/sso.spec.ts.snap @@ -23,7 +23,7 @@ exports[`SSO SSO getProfileAndToken with all information provided sends a reques "Accept": "application/json, text/plain, */*", "Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU", "Content-Type": "application/x-www-form-urlencoded;charset=utf-8", - "User-Agent": "workos-node/7.78.0/fetch", + "User-Agent": "workos-node/7.79.0/fetch", } `; @@ -72,7 +72,7 @@ exports[`SSO SSO getProfileAndToken without a groups attribute sends a request t "Accept": "application/json, text/plain, */*", "Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU", "Content-Type": "application/x-www-form-urlencoded;charset=utf-8", - "User-Agent": "workos-node/7.78.0/fetch", + "User-Agent": "workos-node/7.79.0/fetch", } `; diff --git a/src/workos.ts b/src/workos.ts index 52f2fde19..bc458c043 100644 --- a/src/workos.ts +++ b/src/workos.ts @@ -43,7 +43,7 @@ import { ConflictException } from './common/exceptions/conflict.exception'; import { CryptoProvider } from './common/crypto/crypto-provider'; import { ParseError } from './common/exceptions/parse-error'; -const VERSION = '7.78.0'; +const VERSION = '7.79.0'; const DEFAULT_HOSTNAME = 'api.workos.com';