From 67e1e12fb9355905dc48ca590ed401a75f19a26d Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 18:24:46 +0000 Subject: [PATCH] chore(main): release 0.8.3 --- .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 2e1c40e..2a248c7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.2" + ".": "0.8.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bdb63f8..714b2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.3](https://github.com/workos/authkit-tanstack-start/compare/v0.8.2...v0.8.3) (2026-05-15) + + +### Bug Fixes + +* eliminate middleware bundle leak via lazy dynamic import ([#85](https://github.com/workos/authkit-tanstack-start/issues/85)) ([b9a9592](https://github.com/workos/authkit-tanstack-start/commit/b9a95926d20d486b6db3dda2d64a9ea4d8b22660)) + ## [0.8.2](https://github.com/workos/authkit-tanstack-start/compare/v0.8.1...v0.8.2) (2026-05-08) diff --git a/package.json b/package.json index 0bdd59b..cd42d15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos/authkit-tanstack-react-start", - "version": "0.8.2", + "version": "0.8.3", "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",