diff --git a/package.json b/package.json index 5cb1c155e..1205a66fb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.11.0", + "version": "2.12.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 b4defce78..c6c50493d 100644 --- a/src/sso/__snapshots__/sso.spec.ts.snap +++ b/src/sso/__snapshots__/sso.spec.ts.snap @@ -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/2.11.0", + "User-Agent": "workos-node/2.12.0", } `; diff --git a/src/workos.ts b/src/workos.ts index f0135005a..8229944be 100644 --- a/src/workos.ts +++ b/src/workos.ts @@ -24,7 +24,7 @@ import { Mfa } from './mfa/mfa'; import { AuditLogs } from './audit-logs/audit-logs'; import { BadRequestException } from './common/exceptions/bad-request.exception'; -const VERSION = '2.11.0'; +const VERSION = '2.12.0'; const DEFAULT_HOSTNAME = 'api.workos.com';