Skip to content

Commit

Permalink
chore: release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Jun 17, 2024
1 parent b5f6420 commit 99d559a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 99d559a

Please sign in to comment.