Skip to content

Commit d301071

Browse files
chore(main): release 0.8.6 (#99)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com>
1 parent ab38565 commit d301071

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.5"
2+
".": "0.8.6"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.8.6](https://github.com/workos/authkit-tanstack-start/compare/v0.8.5...v0.8.6) (2026-06-11)
4+
5+
6+
### Bug Fixes
7+
8+
* export getAuthKitContext as the public auth context accessor ([#98](https://github.com/workos/authkit-tanstack-start/issues/98)) ([ab38565](https://github.com/workos/authkit-tanstack-start/commit/ab3856527b5f916da985aaf3e8a7f2d485b703eb))
9+
310
## [0.8.5](https://github.com/workos/authkit-tanstack-start/compare/v0.8.4...v0.8.5) (2026-06-04)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workos/authkit-tanstack-react-start",
3-
"version": "0.8.5",
3+
"version": "0.8.6",
44
"description": "The WorkOS library for TanStack React Start provides convenient helpers for authentication and session management using WorkOS & AuthKit with TanStack React Start.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)