Skip to content

Commit 0513526

Browse files
authored
v0.3.0 (#14)
1 parent a00cd7e commit 0513526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workos-inc/authkit-react-router",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Authentication and session helpers for using WorkOS & AuthKit with React Router 7+",
55
"sideEffects": false,
66
"type": "commonjs",

src/workos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { WorkOS } from '@workos-inc/node';
22
import { getConfig } from './config.js';
33
import { lazy } from './utils.js';
44

5-
const VERSION = '0.2.0';
5+
const VERSION = '0.3.0';
66

77
/**
88
* Create a WorkOS instance with the provided API key and optional settings.

0 commit comments

Comments
 (0)