Skip to content

Commit c94c08e

Browse files
authored
v2.13.0 (#358)
1 parent 6eb261c commit c94c08e

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

package-lock.json

Lines changed: 18 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-nextjs",
3-
"version": "2.12.2",
3+
"version": "2.13.0",
44
"description": "Authentication and session helpers for using WorkOS & AuthKit with Next.js",
55
"sideEffects": false,
66
"type": "module",

src/workos.ts

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

5-
export const VERSION = '2.12.2';
5+
export const VERSION = '2.13.0';
66

77
const options = {
88
apiHostname: WORKOS_API_HOSTNAME,

0 commit comments

Comments
 (0)