From f51e66e8d02a01458cc81ae6b9ec1dbe1361bba9 Mon Sep 17 00:00:00 2001 From: Peter Phanouvong Date: Thu, 2 May 2024 10:25:55 +1000 Subject: [PATCH] chore: release v2.2.5-2 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- src/utils/version.js | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d7e6c0f..382b21dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,18 @@ 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.5-2](https://github.com/peterphanouvong/kinde-auth-nextjs/compare/v2.2.5-1...v2.2.5-2) + +- fix: setup map undefined [`#157`](https://github.com/peterphanouvong/kinde-auth-nextjs/pull/157) + #### [v2.2.5-1](https://github.com/peterphanouvong/kinde-auth-nextjs/compare/v2.2.5-0...v2.2.5-1) +> 1 May 2024 + - Peter/remove user cookie dependency [`#156`](https://github.com/peterphanouvong/kinde-auth-nextjs/pull/156) - chore: use latest TS version [`7da3a4a`](https://github.com/peterphanouvong/kinde-auth-nextjs/commit/7da3a4a15d2efcd1dbf179019e24164c7d17466e) +- chore: release v2.2.5-1 [`9bbb461`](https://github.com/peterphanouvong/kinde-auth-nextjs/commit/9bbb461468b9dd8a03f8ffb0d526a1bedc694962) - fix: remove user cookie dependency [`005ed76`](https://github.com/peterphanouvong/kinde-auth-nextjs/commit/005ed768a38b49fd9d2f3f2c790f0c325491e1d8) -- fix: decoding id token [`ff662f0`](https://github.com/peterphanouvong/kinde-auth-nextjs/commit/ff662f010730b21c27e66ac0609cd8a86957044b) #### [v2.2.5-0](https://github.com/peterphanouvong/kinde-auth-nextjs/compare/v2.2.4...v2.2.5-0) diff --git a/package.json b/package.json index 3c47d2d5..e46a5953 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kinde-oss/kinde-auth-nextjs", - "version": "2.2.5-1", + "version": "2.2.5-2", "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 23d3b486..df2201ac 100644 --- a/src/utils/version.js +++ b/src/utils/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '2.2.5-1' +export const version = '2.2.5-2'