Skip to content

Commit

Permalink
v1.3.0 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknisi authored Jan 29, 2025
1 parent a0fb119 commit cdfcad2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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-nextjs",
"version": "1.2.0",
"version": "1.3.0",
"description": "Authentication and session helpers for using WorkOS & AuthKit with Next.js",
"sideEffects": false,
"type": "module",
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_KEY, WORKOS_API_HTTPS, WORKOS_API_PORT } from './env-variables.js';

export const VERSION = '1.2.0';
export const VERSION = '1.3.0';

const options = {
apiHostname: WORKOS_API_HOSTNAME,
Expand Down

0 comments on commit cdfcad2

Please sign in to comment.