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