From 9d8f4672f8f309a736845067513e1bdbced6002c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:53:37 +0000 Subject: [PATCH] chore(main): release 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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",