diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d9c233..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.4" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd0a7c..78abd76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/workos/authkit-session/compare/v0.5.4...v0.6.0) (2026-06-15) + + +### Features + +* bound pending PKCE verifier cookies with eviction ([#42](https://github.com/workos/authkit-session/issues/42)) ([c49e54d](https://github.com/workos/authkit-session/commit/c49e54dc59b31458b652723243bb113c7646e78f)) + ## [0.5.4](https://github.com/workos/authkit-session/compare/v0.5.3...v0.5.4) (2026-06-11) diff --git a/package.json b/package.json index 65e3c34..1531193 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos/authkit-session", - "version": "0.5.4", + "version": "0.6.0", "description": "Framework-agnostic authentication library for WorkOS with pluggable storage adapters", "keywords": [], "license": "MIT",