From 16a7e980fdb95d28c806d4a40e8de01d5b78b994 Mon Sep 17 00:00:00 2001 From: Paul Asjes Date: Fri, 3 Jan 2025 12:13:51 +0200 Subject: [PATCH] Bump to v0.17.2 --- package.json | 2 +- src/workos.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b51897a..f85347c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-nextjs", - "version": "0.17.1", + "version": "0.17.2", "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 82d9405..5bd1b06 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.17.1'; +export const VERSION = '0.17.2'; const options = { apiHostname: WORKOS_API_HOSTNAME,