diff --git a/CHANGELOG.md b/CHANGELOG.md index f73406d..16b2b89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## v2.1.4 + +[compare changes](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.1.3-alpha.1...v2.1.4) + +### 🚀 Enhancements + +- Raw id and access tokens ([d094900](https://github.com/kinde-oss/kinde-auth-nextjs/commit/d094900)) +- Multiple audiences ([469cdc1](https://github.com/kinde-oss/kinde-auth-nextjs/commit/469cdc1)) + +### 🩹 Fixes + +- Typo ([adec5c9](https://github.com/kinde-oss/kinde-auth-nextjs/commit/adec5c9)) +- Handle remove cookies on pages router ([fbbb772](https://github.com/kinde-oss/kinde-auth-nextjs/commit/fbbb772)) + +### 🏡 Chore + +- Remove comment ([b02bb50](https://github.com/kinde-oss/kinde-auth-nextjs/commit/b02bb50)) +- Bump version ([50a313f](https://github.com/kinde-oss/kinde-auth-nextjs/commit/50a313f)) +- Changelog revert ([7243dde](https://github.com/kinde-oss/kinde-auth-nextjs/commit/7243dde)) +- Revert changelog ([699a36b](https://github.com/kinde-oss/kinde-auth-nextjs/commit/699a36b)) +- **release:** V2.1.3-alpha.1 ([affdca4](https://github.com/kinde-oss/kinde-auth-nextjs/commit/affdca4)) +- **release:** V2.1.3-alpha.1 ([4b02c3a](https://github.com/kinde-oss/kinde-auth-nextjs/commit/4b02c3a)) +- **release:** V2.1.3-alpha.1 ([b2b55b3](https://github.com/kinde-oss/kinde-auth-nextjs/commit/b2b55b3)) +- **release:** V2.1.3-alpha.1 ([ce519ee](https://github.com/kinde-oss/kinde-auth-nextjs/commit/ce519ee)) +- **release:** V2.1.3-alpha.2 ([f148e26](https://github.com/kinde-oss/kinde-auth-nextjs/commit/f148e26)) + +### ❤️ Contributors + +- Peter Phanouvong ([@peterphanouvong](http://github.com/peterphanouvong)) + ## v2.1.3-alpha.2 [compare changes](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.1.3-alpha.1...v2.1.3-alpha.2) diff --git a/package.json b/package.json index c1183d0..acaec46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kinde-oss/kinde-auth-nextjs", - "version": "2.1.3-alpha.2", + "version": "2.1.4", "description": "Kinde Auth SDK for NextJS", "main": "dist/cjs/index.js", "module": "dist/index.js", @@ -50,7 +50,7 @@ "react-dom": "^18.1.0" }, "dependencies": { - "@kinde-oss/kinde-typescript-sdk": "^2.6.1", + "@kinde-oss/kinde-typescript-sdk": "^2.6.2", "cookie": "^0.5.0", "crypto-js": "^4.1.1", "jwt-decode": "^3.1.2", diff --git a/src/utils/version.js b/src/utils/version.js index 502f142..378828a 100644 --- a/src/utils/version.js +++ b/src/utils/version.js @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '2.1.3-alpha.1'; +export const version = '2.1.4'