Skip to content

Commit 1ea683f

Browse files
committed
chore: release v2.4.6
1 parent e79754d commit 1ea683f

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,26 @@ 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.4.6](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.4.5...v2.4.6)
8+
9+
- fix: remove noisy error log [`#239`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/239)
10+
- [Snyk] Upgrade cookie from 1.0.0 to 1.0.1 [`#236`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/236)
11+
- fix: upgrade cookie from 1.0.0 to 1.0.1 [`b387e60`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/b387e6061473ae1e8c6d13561b72f07648ef4776)
12+
13+
#### [v2.4.5](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.4.4...v2.4.5)
14+
15+
> 5 November 2024
16+
17+
- fix: get id token (await getSessionItem) [`#234`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/234)
18+
- [Snyk] Upgrade @babel/preset-env from 7.25.4 to 7.25.7 [`#230`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/230)
19+
- fix: upgrade @babel/preset-env from 7.25.4 to 7.25.7 [`28a60ad`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/28a60ad1342480ba0ecd21fb2e4e559ce3756cae)
20+
721
#### [v2.4.4](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.4.3...v2.4.4)
822

23+
> 28 October 2024
24+
925
- types: allow void for generic type [`#227`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/227)
26+
- chore: release v2.4.4 [`f2d783f`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/f2d783f21bb0fb71d762551e9224f58f1f6527fd)
1027

1128
#### [v2.4.3](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.4.2...v2.4.3)
1229

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

src/utils/version.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)