Skip to content

Commit

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

- fix: setup map undefined [`#157`](https://github.com/peterphanouvong/kinde-auth-nextjs/pull/157)

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

> 1 May 2024
- 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)
- chore: release v2.2.5-1 [`9bbb461`](https://github.com/peterphanouvong/kinde-auth-nextjs/commit/9bbb461468b9dd8a03f8ffb0d526a1bedc694962)
- 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)

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-1",
"version": "2.2.5-2",
"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 f51e66e

Please sign in to comment.