Skip to content

Commit 427c5d4

Browse files
committed
chore: release v2.8.3
1 parent 2970e38 commit 427c5d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [v2.8.3-1](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.8.2...v2.8.3-1)
7+
#### [v2.8.3](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.8.2...v2.8.3)
88

99
- chore(deps): update dependency globals to v16.3.0 [`#358`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/358)
1010
- chore(deps): update dependency vite to v6.2.7 [security] [`#332`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/332)
@@ -23,8 +23,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2323
- fix: preserve url search params in `withAuth` middleware [`#353`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/353)
2424
- maintenance: Release 2.x to main [`#351`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/351)
2525
- refactor: update the public path regex check structure [`367240d`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/367240dbf267d02a56fc66b450f0b6876cd2b05e)
26+
- chore: update release it [`c5f5cea`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/c5f5cead3f068b7b2b88d789b1eeef6ba70f9552)
2627
- feat: improve protection of subnav page value [`4bda15e`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/4bda15e6289a60541df444081c45e234d4de8748)
27-
- fix: preserve url search params when `isReturnToCurrentPage` is set to true in `withAuth` middleware [`1b36073`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/1b3607352b7e1e32c893be0a30799c1b06aa87d4)
2828

2929
#### [v2.8.2](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.8.1...v2.8.2)
3030

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kinde-oss/kinde-auth-nextjs",
3-
"version": "2.8.3-1",
3+
"version": "2.8.3",
44
"description": "Kinde Auth SDK for NextJS",
55
"main": "dist/cjs/index.js",
66
"module": "dist/index.js",

src/utils/version.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)