diff --git a/package-lock.json b/package-lock.json index 4775a84..d3c845e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workos-inc/authkit-nextjs", - "version": "0.16.1", + "version": "0.17.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@workos-inc/authkit-nextjs", - "version": "0.16.1", + "version": "0.17.0", "license": "MIT", "dependencies": { "@workos-inc/node": "^7.33.0", diff --git a/package.json b/package.json index fb30dc2..eeb5583 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-nextjs", - "version": "0.16.2", + "version": "0.17.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 7925a57..c22b097 100644 --- a/src/workos.ts +++ b/src/workos.ts @@ -1,7 +1,7 @@ import { WorkOS } from '@workos-inc/node'; import { WORKOS_API_HOSTNAME, WORKOS_API_KEY, WORKOS_API_HTTPS, WORKOS_API_PORT } from './env-variables.js'; -export const VERSION = '0.16.2'; +export const VERSION = '0.17.0'; const options = { apiHostname: WORKOS_API_HOSTNAME,