Skip to content

Commit

Permalink
chore: release v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Apr 23, 2024
1 parent 680082f commit c0f0af1
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.2.4](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.2.3...v2.2.4)

- [Snyk] Upgrade cookie from 0.5.0 to 0.6.0 [`#145`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/145)
- fix: getPermission & getUser [`#146`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/146)
- feat: new playground implement basics of pnpm workspace [`#141`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/141)
- feat: add playground [`bfd1105`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/bfd1105fc9a8de81769400b44f90df176f8bb277)
- Update src/frontend/KindeBrowserClient.js [`98709d6`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/98709d699376b73003c8d9d9815f38209d39eca3)
- fix: upgrade cookie from 0.5.0 to 0.6.0 [`bb85d41`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/bb85d41f0dc4d4d0d2149e4f9d246a105aa605de)

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

> 2 April 2024
- fix: types export [`#144`](https://github.com/kinde-oss/kinde-auth-nextjs/pull/144)
- chore: release v2.2.3 [`c30ceb6`](https://github.com/kinde-oss/kinde-auth-nextjs/commit/c30ceb694074b313a23361e081a5065a1982077a)

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

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.3",
"version": "2.2.4",
"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 c0f0af1

Please sign in to comment.