From 999dda6fcca6b8f727b21e8e092a4ab973a901f4 Mon Sep 17 00:00:00 2001 From: Peter Phanouvong Date: Mon, 8 Jul 2024 13:34:33 +1000 Subject: [PATCH] chore: release v2.3.4 --- 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 5a61f2d..acd2f6f 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.3.4](https://github.com/peterphanouvong/kinde-auth-nextjs/compare/v2.3.3...v2.3.4) + +- feat: KINDE_SCOPE + getUser upgrades [`#186`](https://github.com/peterphanouvong/kinde-auth-nextjs/pull/186) + #### [v2.3.3](https://github.com/peterphanouvong/kinde-auth-nextjs/compare/v2.3.2...v2.3.3) +> 27 June 2024 + - fix: env variables [`#185`](https://github.com/peterphanouvong/kinde-auth-nextjs/pull/185) +- chore: release v2.3.3 [`105f4d3`](https://github.com/peterphanouvong/kinde-auth-nextjs/commit/105f4d34cc1e01a0a69148b3f8f04d0e84b0d061) #### [v2.3.2](https://github.com/peterphanouvong/kinde-auth-nextjs/compare/v2.3.1...v2.3.2) diff --git a/package.json b/package.json index c734c7d..41d9b5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kinde-oss/kinde-auth-nextjs", - "version": "2.3.3", + "version": "2.3.4", "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 4198195..7e60ad2 100644 --- a/src/utils/version.js +++ b/src/utils/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '2.3.3' +export const version = '2.3.4'