From 0f43965fd11b33963994ce71d204587a1a1c561d Mon Sep 17 00:00:00 2001 From: Daniel Rivers Date: Thu, 10 Oct 2024 09:22:21 +0100 Subject: [PATCH] chore: release v2.3.11 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/utils/version.js | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b4582f..b5eee13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index eda7be3..82a595c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kinde-oss/kinde-auth-nextjs", - "version": "2.3.10", + "version": "2.3.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@kinde-oss/kinde-auth-nextjs", - "version": "2.3.10", + "version": "2.3.11", "dependencies": { "@babel/preset-env": "^7.23.9", "@kinde-oss/kinde-typescript-sdk": "2.9.1", diff --git a/package.json b/package.json index 9521af2..523e301 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/utils/version.js b/src/utils/version.js index b9b5f2c..af0f56d 100644 --- a/src/utils/version.js +++ b/src/utils/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '2.3.10' +export const version = '2.3.11'