From 412cd278dac6acfa50d422e6d24b58b195665858 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 18:40:24 +0000 Subject: [PATCH] chore(main): release 0.8.2 --- .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 02f17d9..2e1c40e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 665c98f..bdb63f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.2](https://github.com/workos/authkit-tanstack-start/compare/v0.8.1...v0.8.2) (2026-05-08) + + +### Bug Fixes + +* align scheduled refresh buffer with isExpiring buffer ([#80](https://github.com/workos/authkit-tanstack-start/issues/80)) ([de3ea6e](https://github.com/workos/authkit-tanstack-start/commit/de3ea6e6c4430f58196a2382ebbf733c99630ca5)) + ## [0.8.1](https://github.com/workos/authkit-tanstack-start/compare/v0.8.0...v0.8.1) (2026-05-04) diff --git a/package.json b/package.json index ef02470..0bdd59b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos/authkit-tanstack-react-start", - "version": "0.8.1", + "version": "0.8.2", "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",