From 398f33ad1630c73d1f2ee6e4f8de4899bf895f95 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 01:49:49 +0000 Subject: [PATCH] chore(main): release 0.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 30b6d45..78e7f27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.1" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 940d563..75b2051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.0](https://github.com/workos/authkit-tanstack-start/compare/v0.10.1...v0.11.0) (2026-06-28) + + +### Features + +* add recent-auth checking (checkRecentAuth + useRecentAuth) ([#112](https://github.com/workos/authkit-tanstack-start/issues/112)) ([98a3b01](https://github.com/workos/authkit-tanstack-start/commit/98a3b01d6e4d7e242f3da17f2178fa6b8304b553)) + ## [0.10.1](https://github.com/workos/authkit-tanstack-start/compare/v0.10.0...v0.10.1) (2026-06-24) diff --git a/package.json b/package.json index 4d3b61e..6d0ce69 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@workos/authkit-tanstack-react-start", "description": "The WorkOS library for TanStack React Start provides convenient helpers for authentication and session management using WorkOS & AuthKit with TanStack React Start.", - "version": "0.10.1", + "version": "0.11.0", "author": "WorkOS", "bugs": { "url": "https://github.com/workos/authkit-tanstack-start/issues"