From a5eaa83e05a942684a3892cbf389ec2b271baf8a Mon Sep 17 00:00:00 2001 From: Michael Hadley Date: Wed, 15 Jan 2025 15:15:20 -0800 Subject: [PATCH] v0.9.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 89e8516..0fa6921 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workos-inc/authkit-react", - "version": "0.8.1", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@workos-inc/authkit-react", - "version": "0.8.1", + "version": "0.9.0", "license": "MIT", "dependencies": { "@workos-inc/authkit-js": "0.9.0" diff --git a/package.json b/package.json index 65d2171..b164e5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-react", - "version": "0.8.1", + "version": "0.9.0", "description": "AuthKit React SDK", "main": "./dist/index.js", "module": "./dist/index.mjs",