Skip to content

Commit db89c94

Browse files
authored
Bump version to v0.6.0 (#34)
1 parent 3921759 commit db89c94

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-remix",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Authentication and session helpers for using WorkOS & AuthKit with Remix",
55
"sideEffects": false,
66
"type": "commonjs",

src/workos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { WorkOS } from '@workos-inc/node';
22
import { WORKOS_API_HOSTNAME, WORKOS_API_HTTPS, WORKOS_API_KEY, WORKOS_API_PORT } from './env-variables.js';
33

4-
const VERSION = '0.5.0';
4+
const VERSION = '0.6.0';
55

66
const options = {
77
apiHostname: WORKOS_API_HOSTNAME,

0 commit comments

Comments
 (0)