From e355f55716fcb496121d05f5a38b3221f07588c5 Mon Sep 17 00:00:00 2001 From: Daniel Rivers Date: Tue, 28 May 2024 21:31:35 +0100 Subject: [PATCH] chore: release v2.2.13 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/utils/version.js | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 015c152..83ad73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.2.13](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.2.12...v2.2.13) + +- fix: failing null check [`#177`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/177) + #### [v2.2.12](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.2.11...v2.2.12) +> 28 May 2024 + - fix: use host/environment variable if relative postLoginRedirectURL supplied [`#176`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/176) +- chore: release v2.2.12 [`935ec01`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/935ec0181d77706a8206281eb54c08311bb8d918) - Update src/components/LoginLink.js [`c6eadf2`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/c6eadf275787916077930967c29d8ca1d64c663e) #### [v2.2.11](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.2.10...v2.2.11) diff --git a/package.json b/package.json index 47114d0..d36d7ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kinde-oss/kinde-auth-nextjs", - "version": "2.2.12", + "version": "2.2.13", "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 f066abf..c6c7440 100644 --- a/src/utils/version.js +++ b/src/utils/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '2.2.12' +export const version = '2.2.13'