diff --git a/.changeset/quick-buses-deliver.md b/.changeset/quick-buses-deliver.md deleted file mode 100644 index 14396c1..0000000 --- a/.changeset/quick-buses-deliver.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@tern-secure/nextjs": patch ---- - -Improved type definitions and authentication workflow - -- Rename UserInfo to User in server-side types -- Export TernSecureUser and TernSecureUserData types -- Update GitHub workflows to enhance PR and release processes -- Simplify authentication state management -- Remove auth state cookie and related middleware logic -- Update runtime configuration to use standard Edge runtime -- Improve error handling in middleware diff --git a/CHANGELOG.md b/CHANGELOG.md index 71d5939..4122727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @tern-secure/nextjs +## 4.2.8 + +### Patch Changes + +- 65f695f: Improved type definitions and authentication workflow + + - Rename UserInfo to User in server-side types + - Export TernSecureUser and TernSecureUserData types + - Update GitHub workflows to enhance PR and release processes + - Simplify authentication state management + - Remove auth state cookie and related middleware logic + - Update runtime configuration to use standard Edge runtime + - Improve error handling in middleware + ## 4.2.7 ### Patch Changes diff --git a/package.json b/package.json index ce6ce00..5de5a1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tern-secure/nextjs", - "version": "4.2.7", + "version": "4.2.8", "packageManager": "npm@11.0.0", "publishConfig": { "access": "public"