Skip to content

Commit

Permalink
chore: release v2.2.5-1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterphanouvong committed Apr 30, 2024
1 parent be4a4dc commit 9bbb461
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,22 @@ 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.5-1](https://github.com/peterphanouvong/kinde-auth-nextjs/compare/v2.2.5-0...v2.2.5-1)

- Peter/remove user cookie dependency [`#156`](https://github.com/peterphanouvong/kinde-auth-nextjs/pull/156)
- chore: use latest TS version [`7da3a4a`](https://github.com/peterphanouvong/kinde-auth-nextjs/commit/7da3a4a15d2efcd1dbf179019e24164c7d17466e)
- fix: remove user cookie dependency [`005ed76`](https://github.com/peterphanouvong/kinde-auth-nextjs/commit/005ed768a38b49fd9d2f3f2c790f0c325491e1d8)
- fix: decoding id token [`ff662f0`](https://github.com/peterphanouvong/kinde-auth-nextjs/commit/ff662f010730b21c27e66ac0609cd8a86957044b)

#### [v2.2.5-0](https://github.com/peterphanouvong/kinde-auth-nextjs/compare/v2.2.4...v2.2.5-0)

> 30 April 2024
- feat: custom claim & properties helper [`#152`](https://github.com/peterphanouvong/kinde-auth-nextjs/pull/152)
- fix: getOrganization to return specified type [`#155`](https://github.com/peterphanouvong/kinde-auth-nextjs/pull/155)
- chore: release v2.2.5-0 [`6a515fb`](https://github.com/peterphanouvong/kinde-auth-nextjs/commit/6a515fbdfa1bd225c112935c1cc1a8638f27253e)
- fix: update handlers to match new types [`ec1ceed`](https://github.com/peterphanouvong/kinde-auth-nextjs/commit/ec1ceedf3f6788ab4026ddf073851c3086b941e8)
- chore: remove logs [`13d7bf4`](https://github.com/peterphanouvong/kinde-auth-nextjs/commit/13d7bf4370158c1c3884108b1ed887c810a97571)
- chore: include config import [`b8920ea`](https://github.com/peterphanouvong/kinde-auth-nextjs/commit/b8920eaa963a4547feb22a71e08e7bcd4cb53bfb)

#### [v2.2.4](https://github.com/peterphanouvong/kinde-auth-nextjs/compare/v2.2.3...v2.2.4)

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.5-0",
"version": "2.2.5-1",
"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 9bbb461

Please sign in to comment.