Skip to content

Commit

Permalink
Bump version to v0.5.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatascastro12 authored Nov 15, 2024
1 parent e49bcd5 commit c214c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-remix",
"version": "0.4.1",
"version": "0.5.0",
"description": "Authentication and session helpers for using WorkOS & AuthKit with Remix",
"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
@@ -1,7 +1,7 @@
import { WorkOS } from '@workos-inc/node';
import { WORKOS_API_HOSTNAME, WORKOS_API_HTTPS, WORKOS_API_KEY, WORKOS_API_PORT } from './env-variables.js';

const VERSION = '0.4.1';
const VERSION = '0.5.0';

const options = {
apiHostname: WORKOS_API_HOSTNAME,
Expand Down

0 comments on commit c214c3a

Please sign in to comment.