From 35f3ea7bb63204fe7dbcb8d3504d1e8d3f68d2ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:53:24 +0000 Subject: [PATCH 1/2] chore(main): release 0.5.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 210d290..258342d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..57a3484 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## [0.5.2](https://github.com/workos/authkit-session/compare/v0.5.1...v0.5.2) (2026-05-18) + + +### Bug Fixes + +* deduplicate concurrent server-side token refresh calls ([#33](https://github.com/workos/authkit-session/issues/33)) ([00550ad](https://github.com/workos/authkit-session/commit/00550adfc2827ed0a2467cf842d598853b036455)) +* don't format CHANGELOG.md ([#35](https://github.com/workos/authkit-session/issues/35)) ([ab8082f](https://github.com/workos/authkit-session/commit/ab8082f9939fe0fdc9c6cf0d75c4ccd2c52adea2)) +* drop GitHub App token from release-please workflow ([#36](https://github.com/workos/authkit-session/issues/36)) ([8b967a5](https://github.com/workos/authkit-session/commit/8b967a5ed1166c9649d18943c2ad5ecbce5a31dc)) +* move @workos-inc/node to peerDependencies ([#32](https://github.com/workos/authkit-session/issues/32)) ([7675c4b](https://github.com/workos/authkit-session/commit/7675c4b193126c3a5a4f6d68cde878a45afbdc39)) diff --git a/package.json b/package.json index e5f7420..81a8da7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos/authkit-session", - "version": "0.5.1", + "version": "0.5.2", "description": "Framework-agnostic authentication library for WorkOS with pluggable storage adapters", "keywords": [], "license": "MIT", From 740789338f5607f34d8ef595869c7e28b69a7a45 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Mon, 18 May 2026 10:01:05 -0500 Subject: [PATCH 2/2] chore: trigger CI