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",