From 41e9a20127d19547e1d55d19816b7e630214532d Mon Sep 17 00:00:00 2001 From: Paul Asjes Date: Mon, 16 Sep 2024 11:06:45 -0400 Subject: [PATCH] Bump to 0.4.0 (#22) --- package.json | 2 +- src/workos.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f9dd280..99bf4d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-remix", - "version": "0.3.1", + "version": "0.4.0", "description": "Authentication and session helpers for using WorkOS & AuthKit with Remix", "sideEffects": false, "type": "commonjs", diff --git a/src/workos.ts b/src/workos.ts index fbc4aae..373315e 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_HTTPS, WORKOS_API_KEY, WORKOS_API_PORT } from './env-variables.js'; -const VERSION = '0.3.1'; +const VERSION = '0.4.0'; const options = { apiHostname: WORKOS_API_HOSTNAME,