Skip to content

Commit

Permalink
chore: release v2.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Oct 21, 2024
1 parent 5b33da2 commit 52de96c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@ 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.3.12](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.3.11...v2.3.12)

- fix: validate token on isAuthenticated [`#223`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/223)
- [Snyk] Upgrade @babel/preset-env from 7.24.4 to 7.25.4 [`#221`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/221)
- fix: upgrade @babel/preset-env from 7.24.4 to 7.25.4 [`a9cf9bb`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/a9cf9bb8d84a7f9cb98a95625f702886a7021d7a)
- fix: remove left over jwt-decode [`7edd1d2`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/7edd1d2adf2d8b5eebe26c88f5b6fee7ac79e2ce)
- chore: update rollup config [`2915750`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/2915750e050303e8d422cd36ab7a847c2fd6c61c)

#### [v2.3.11](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.3.10...v2.3.11)

> 10 October 2024
- Fix: coalesce nulls when Hasura claims don't exist [`#217`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/217)
- chore: update cookie library [`#218`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/218)
- npm audit fix [`a28efb1`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/a28efb13259148998c9e525a41f754103540ec5a)
- chore: release v2.3.11 [`0f43965`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/0f43965fd11b33963994ce71d204587a1a1c561d)
- Coalesce nulls when Hasura claims don't exist [`0b6d306`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/0b6d3064e2bed299f91e93388e0ee24ebfcb39c5)
- Initialise userOrganizations to null [`b283662`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/b283662523b9084c9eeed66c5188751f81ec9e01)

#### [v2.3.10](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.3.9...v2.3.10)

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.11",
"version": "2.3.12",
"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 52de96c

Please sign in to comment.