diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64f3cdd..02f17d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a0776..665c98f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/workos/authkit-tanstack-start/compare/v0.8.0...v0.8.1) (2026-05-04) + + +### Bug Fixes + +* add explicit types to implicit any params in server spec ([#78](https://github.com/workos/authkit-tanstack-start/issues/78)) ([92526e8](https://github.com/workos/authkit-tanstack-start/commit/92526e8a6ba4bea7e7c6f2ddc3e9b01aad570301)) + ## [0.8.0](https://github.com/workos/authkit-tanstack-start/compare/v0.7.0...v0.8.0) (2026-05-01) diff --git a/package.json b/package.json index 52e3112..ef02470 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos/authkit-tanstack-react-start", - "version": "0.8.0", + "version": "0.8.1", "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",