diff --git a/package-lock.json b/package-lock.json index 6ebf545..dc4f1f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workos-inc/authkit-react-router", - "version": "0.8.1", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@workos-inc/authkit-react-router", - "version": "0.8.1", + "version": "0.9.0", "license": "MIT", "dependencies": { "@workos-inc/node": "^7.41.0", diff --git a/package.json b/package.json index be2d879..1052e07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-react-router", - "version": "0.8.1", + "version": "0.9.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 dee8095..cb7d3a1 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.8.1'; +const VERSION = '0.9.0'; /** * Create a WorkOS instance with the provided API key and optional settings.