Skip to content

Commit

Permalink
chore: release v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peterphanouvong committed Oct 23, 2024
1 parent 62e54af commit 0980df0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### v2.4.2

- Next 15 support
- feat: nextjs 15 support, update cookie
- fix: PR review updates
- feat: await cookies

#### v2.3.13

> 22 October 2024
- chore: release v2.3.13
- fix: sessionManager import

#### v2.3.12
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinde-oss/kinde-auth-nextjs",
"version": "2.3.13",
"version": "2.4.2",
"description": "Kinde Auth SDK for NextJS",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0980df0

Please sign in to comment.