We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00cd7e commit 0513526Copy full SHA for 0513526
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@workos-inc/authkit-react-router",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"description": "Authentication and session helpers for using WorkOS & AuthKit with React Router 7+",
5
"sideEffects": false,
6
"type": "commonjs",
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';
7
/**
8
* Create a WorkOS instance with the provided API key and optional settings.
0 commit comments