From 738d8f1eae9e2e5474e245d398d587256bb9d3c5 Mon Sep 17 00:00:00 2001 From: Nick Holden Date: Tue, 23 Dec 2025 16:07:14 -0800 Subject: [PATCH] v0.15.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3fbd2f6..5c44ad7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workos-inc/authkit-react", - "version": "0.14.0", + "version": "0.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@workos-inc/authkit-react", - "version": "0.14.0", + "version": "0.15.0", "license": "MIT", "dependencies": { "@workos-inc/authkit-js": "0.17.0" diff --git a/package.json b/package.json index 6009aa9..0301fff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-react", - "version": "0.14.0", + "version": "0.15.0", "description": "AuthKit React SDK", "main": "./dist/index.js", "module": "./dist/index.mjs",