diff --git a/package.json b/package.json index b58c3f0..bea4a81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-react-router", - "version": "0.2.0", + "version": "0.3.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 cd27002..245ab6c 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.2.0'; +const VERSION = '0.3.0'; /** * Create a WorkOS instance with the provided API key and optional settings.