From f91566c9bff2a2de4ad787eb38fe12eadf3b985a Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Thu, 29 May 2025 12:52:16 -0500 Subject: [PATCH] v0.4.0 --- package-lock.json | 4 ++-- package.json | 2 +- src/workos.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e24fba..ca2ae92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workos-inc/authkit-react-router", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@workos-inc/authkit-react-router", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "dependencies": { "@workos-inc/node": "^7.41.0", diff --git a/package.json b/package.json index bea4a81..134df08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-react-router", - "version": "0.3.0", + "version": "0.4.0", "description": "Authentication and session helpers for using WorkOS & AuthKit with React Router 7+", "sideEffects": false, "type": "commonjs", diff --git a/src/workos.ts b/src/workos.ts index 245ab6c..ef1a68b 100644 --- a/src/workos.ts +++ b/src/workos.ts @@ -2,7 +2,7 @@ import { WorkOS } from '@workos-inc/node'; import { getConfig } from './config.js'; import { lazy } from './utils.js'; -const VERSION = '0.3.0'; +const VERSION = '0.4.0'; /** * Create a WorkOS instance with the provided API key and optional settings.