diff --git a/package.json b/package.json index 72ef1ea..bed2e81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-nextjs", - "version": "1.4.1", + "version": "2.0.0", "description": "Authentication and session helpers for using WorkOS & AuthKit with Next.js", "sideEffects": false, "type": "module", diff --git a/src/workos.ts b/src/workos.ts index 467b43f..c648734 100644 --- a/src/workos.ts +++ b/src/workos.ts @@ -2,7 +2,7 @@ import { WorkOS } from '@workos-inc/node'; import { WORKOS_API_HOSTNAME, WORKOS_API_KEY, WORKOS_API_HTTPS, WORKOS_API_PORT } from './env-variables.js'; import { lazy } from './utils.js'; -export const VERSION = '1.4.1'; +export const VERSION = '2.0.0'; const options = { apiHostname: WORKOS_API_HOSTNAME,