Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.0"
".": "0.8.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading