diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ad73e..2ca99a1 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.3.0](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.2.13...v2.3.0) + +- feature: implenment aunthentication function to protect Page components [`#154`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/154) +- feat: on error callback fn [`#179`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/179) +- feat: adding refreshData [`#180`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/180) +- feature: add same authentication function with api routes [`76d4e2c`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/76d4e2cbca6f384a7fda70ca75b0e8d09d250b7b) +- use config.status code and correct formatting changes [`b74442d`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/b74442d0abccc09f10aa66fb49e98051339d4973) +- chore: add error handiling [`0e852a5`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/0e852a56b7bc7b2166cfefa6649c2867ee397b41) + #### [v2.2.13](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.2.12...v2.2.13) +> 28 May 2024 + - fix: failing null check [`#177`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/177) +- chore: release v2.2.13 [`e355f55`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/e355f55716fcb496121d05f5a38b3221f07588c5) #### [v2.2.12](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.2.11...v2.2.12) diff --git a/package.json b/package.json index d36d7ff..093f651 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kinde-oss/kinde-auth-nextjs", - "version": "2.2.13", + "version": "2.3.0", "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 5ed634a..5c72461 100644 --- a/src/utils/version.js +++ b/src/utils/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '2.3.0-3' +export const version = '2.3.0'