From dd11f8d19f31adedc0a1b97eb5e85c23f845c7d6 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Mon, 27 Apr 2026 17:01:55 -0500 Subject: [PATCH] v0.11.0 Per CHANGELOG policy, pre-1.0 minor bumps signal breaking changes. The PKCE/CSRF release in #68 introduced two: getSignInUrl/getSignUpUrl/ getAuthorizationUrl now return { url, headers }, and the engines.node floor moved to >=20.15.0 to match @workos-inc/node ^8.13.x. Cuts the [Unreleased] section in CHANGELOG.md to [0.11.0] - 2026-04-27 and refreshes the lockfile (sync the engines bump that was previously left dirty in the working tree). --- CHANGELOG.md | 2 ++ package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fdfbcd..1111357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ used to signal breaking changes. ## [Unreleased] +## [0.11.0] - 2026-04-27 + ### Added - **PKCE + CSRF protection** on the authorization-code flow. Each sign-in / diff --git a/package-lock.json b/package-lock.json index 4130c3f..7366365 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workos-inc/authkit-react-router", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@workos-inc/authkit-react-router", - "version": "0.10.0", + "version": "0.11.0", "license": "MIT", "dependencies": { "@workos-inc/node": "^8.9.0", @@ -35,7 +35,7 @@ "typescript-eslint": "^7.18.0" }, "engines": { - "node": ">=20.0.0" + "node": ">=20.15.0" }, "peerDependencies": { "react": "^18.0 || ^19.0.0", diff --git a/package.json b/package.json index e05fcde..b9c4154 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-react-router", - "version": "0.10.0", + "version": "0.11.0", "description": "Authentication and session helpers for using WorkOS & AuthKit with React Router 7+", "sideEffects": false, "type": "commonjs",