From c0f0af15fff0827d255b3584b2773c0ff2dc589d Mon Sep 17 00:00:00 2001 From: Daniel Rivers Date: Tue, 23 Apr 2024 12:45:43 +0100 Subject: [PATCH] chore: release v2.2.4 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- src/utils/version.js | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b74683..70f0409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,21 @@ 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.4](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.2.3...v2.2.4) + +- [Snyk] Upgrade cookie from 0.5.0 to 0.6.0 [`#145`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/145) +- fix: getPermission & getUser [`#146`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/146) +- feat: new playground implement basics of pnpm workspace [`#141`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/141) +- feat: add playground [`bfd1105`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/bfd1105fc9a8de81769400b44f90df176f8bb277) +- Update src/frontend/KindeBrowserClient.js [`98709d6`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/98709d699376b73003c8d9d9815f38209d39eca3) +- fix: upgrade cookie from 0.5.0 to 0.6.0 [`bb85d41`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/bb85d41f0dc4d4d0d2149e4f9d246a105aa605de) + #### [v2.2.3](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.2.2...v2.2.3) +> 2 April 2024 + - fix: types export [`#144`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/144) +- chore: release v2.2.3 [`c30ceb6`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/c30ceb694074b313a23361e081a5065a1982077a) #### [v2.2.2](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.2.1...v2.2.2) diff --git a/package.json b/package.json index 74b72cb..e126b55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kinde-oss/kinde-auth-nextjs", - "version": "2.2.3", + "version": "2.2.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 0f089d6..64a819f 100644 --- a/src/utils/version.js +++ b/src/utils/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '2.2.3' +export const version = '2.2.4'