Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workos-inc/authkit-react-router",
"version": "0.6.1",
"version": "0.7.0",
"description": "Authentication and session helpers for using WorkOS & AuthKit with React Router 7+",
"sideEffects": false,
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion src/workos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { WorkOS } from '@workos-inc/node';
import { getConfig } from './config.js';
import { lazy } from './utils.js';

const VERSION = '0.6.1';
const VERSION = '0.7.0';

/**
* Create a WorkOS instance with the provided API key and optional settings.
Expand Down
Loading