Skip to content

Commit

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

- 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)
- 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)

> 3 October 2024
- fix/remove-dormant-tokens [`#216`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/216)
- chore: release v2.3.10 [`4b83d80`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/4b83d80dbe3c2c2b56ad0a7c0a8d75ab56bc35b5)

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

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.10",
"version": "2.3.11",
"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 0f43965

Please sign in to comment.