diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..64f3cdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b577d0a..44a0776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.8.0](https://github.com/workos/authkit-tanstack-start/compare/v0.7.0...v0.8.0) (2026-05-01) + + +### Features + +* **callback:** centralize logging and add errorRedirectUrl option ([dcc9788](https://github.com/workos/authkit-tanstack-start/commit/dcc97882957fca41178d789e737f6ed987bebaef)) + + +### Bug Fixes + +* eliminate server-side bundle leak via lazy handler bodies ([#75](https://github.com/workos/authkit-tanstack-start/issues/75)) ([df41d22](https://github.com/workos/authkit-tanstack-start/commit/df41d221204e255f91838e6d33ee594a10abf8b6)) + ## [0.7.0](https://github.com/workos/authkit-tanstack-start/compare/v0.6.0...v0.7.0) (2026-04-24) diff --git a/package.json b/package.json index 80ed987..52e3112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos/authkit-tanstack-react-start", - "version": "0.7.0", + "version": "0.8.0", "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",