diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a248c7..7467455 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.3" + ".": "0.8.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 714b2a8..f356632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.4](https://github.com/workos/authkit-tanstack-start/compare/v0.8.3...v0.8.4) (2026-06-02) + + +### Bug Fixes + +* **client:** remove useNavigate from AuthKitProvider to avoid SSR warning ([#59](https://github.com/workos/authkit-tanstack-start/issues/59)) ([85a288e](https://github.com/workos/authkit-tanstack-start/commit/85a288ea631925b8d67d14a9ddfd384d913dd83e)), closes [#57](https://github.com/workos/authkit-tanstack-start/issues/57) + ## [0.8.3](https://github.com/workos/authkit-tanstack-start/compare/v0.8.2...v0.8.3) (2026-05-15) diff --git a/package.json b/package.json index a5d484c..01dc198 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos/authkit-tanstack-react-start", - "version": "0.8.3", + "version": "0.8.4", "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",