From 83f9259ac8689c9e24ba6142ec8b1a8cdecd6d15 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 20:03:42 +0000 Subject: [PATCH] chore(main): release 0.10.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b28fea9..7d9b009 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.1" + ".": "0.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da4a04..6826bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.10.0](https://github.com/workos/authkit-tanstack-start/compare/v0.9.1...v0.10.0) (2026-06-24) + + +### ⚠ BREAKING CHANGES + +* requires @workos-inc/node >=10.4.0 and Node >=22.11. + +### Bug Fixes + +* require @workos-inc/node >=10.4.0 (eventemitter3 Vite dev crash [#106](https://github.com/workos/authkit-tanstack-start/issues/106)) ([#107](https://github.com/workos/authkit-tanstack-start/issues/107)) ([424a712](https://github.com/workos/authkit-tanstack-start/commit/424a71277e466f3c40e2bf8eabaa52fe65608244)) +* scope getOrganization lookup to the authenticated session ([#108](https://github.com/workos/authkit-tanstack-start/issues/108)) ([61716ef](https://github.com/workos/authkit-tanstack-start/commit/61716ef3dec92119284f38920c2259e89a5cbe02)) + ## [0.9.1](https://github.com/workos/authkit-tanstack-start/compare/v0.9.0...v0.9.1) (2026-06-16) diff --git a/package.json b/package.json index 40c5f37..01a06cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos/authkit-tanstack-react-start", - "version": "0.9.1", + "version": "0.10.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",