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 b5f4bcb commit 015cf30Copy full SHA for 015cf30
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@workos-inc/authkit-remix",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "Authentication and session helpers for using WorkOS & AuthKit with Remix",
5
"sideEffects": false,
6
"type": "commonjs",
src/workos.ts
@@ -7,7 +7,7 @@ const options = {
7
port: WORKOS_API_PORT ? parseInt(WORKOS_API_PORT) : undefined,
8
appInfo: {
9
name: 'authkit-remix',
10
- version: '0.1.0',
+ version: '0.2.0',
11
},
12
};
13
0 commit comments