From 459961f11150a63f35a4d8bcbcba6780f563fccd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 14:00:44 +0000 Subject: [PATCH] chore(main): release 0.6.1 --- .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 bcd0522..5d02000 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 78abd76..1bcb7f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.1](https://github.com/workos/authkit-session/compare/v0.6.0...v0.6.1) (2026-06-18) + + +### Bug Fixes + +* Improve PKCE cookie missing error message ([#46](https://github.com/workos/authkit-session/issues/46)) ([bc27d2b](https://github.com/workos/authkit-session/commit/bc27d2b423fd1fb893254e494d9f08449f5fe56b)) + ## [0.6.0](https://github.com/workos/authkit-session/compare/v0.5.4...v0.6.0) (2026-06-15) diff --git a/package.json b/package.json index 1531193..c4b13f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos/authkit-session", - "version": "0.6.0", + "version": "0.6.1", "description": "Framework-agnostic authentication library for WorkOS with pluggable storage adapters", "keywords": [], "license": "MIT",