From cca4e06c0b0792b3421ddd36d956c881d6a0ae69 Mon Sep 17 00:00:00 2001 From: Paul Asjes Date: Thu, 26 Sep 2024 11:47:08 -0400 Subject: [PATCH] bump to 0.11.1 (#95) --- package.json | 2 +- src/workos.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4498540..7a59ece 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-nextjs", - "version": "0.11.0", + "version": "0.11.1", "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 7a9d452..609a68d 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.11.0'; +export const VERSION = '0.11.1'; const options = { apiHostname: WORKOS_API_HOSTNAME,