diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7467455..b894e70 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.4" + ".": "0.8.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f356632..29f0237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.5](https://github.com/workos/authkit-tanstack-start/compare/v0.8.4...v0.8.5) (2026-06-04) + + +### Bug Fixes + +* update to authkit-session@0.5.3 ([#96](https://github.com/workos/authkit-tanstack-start/issues/96)) ([d8acfc0](https://github.com/workos/authkit-tanstack-start/commit/d8acfc097698f1cc8ce787b75c5bd7c19095676c)) + ## [0.8.4](https://github.com/workos/authkit-tanstack-start/compare/v0.8.3...v0.8.4) (2026-06-02) diff --git a/package.json b/package.json index 4564e85..9a936df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos/authkit-tanstack-react-start", - "version": "0.8.4", + "version": "0.8.5", "description": "The WorkOS library for TanStack React Start provides convenient helpers for authentication and session management using WorkOS & AuthKit with TanStack React Start.", "type": "module", "main": "./dist/index.js",