Skip to content

Commit

Permalink
chore: release v2.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed May 28, 2024
1 parent c2c1eb1 commit e355f55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.13](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.2.12...v2.2.13)

- fix: failing null check [`#177`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/177)

#### [v2.2.12](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.2.11...v2.2.12)

> 28 May 2024
- fix: use host/environment variable if relative postLoginRedirectURL supplied [`#176`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/176)
- chore: release v2.2.12 [`935ec01`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/935ec0181d77706a8206281eb54c08311bb8d918)
- Update src/components/LoginLink.js [`c6eadf2`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/c6eadf275787916077930967c29d8ca1d64c663e)

#### [v2.2.11](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.2.10...v2.2.11)
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.12",
"version": "2.2.13",
"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 e355f55

Please sign in to comment.