diff --git a/CHANGELOG.md b/CHANGELOG.md index 608e94e..d950e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v2.1.9 + +[compare changes](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.1.7...v2.1.9) + +### 🩹 Fixes + +- Removing cookies across domains ([566c3f4](https://github.com/kinde-oss/kinde-auth-nextjs/commit/566c3f4)) + +### 🏡 Chore + +- Bump v2.1.8 ([1cdd015](https://github.com/kinde-oss/kinde-auth-nextjs/commit/1cdd015)) +- Bump v2.1.8 ([54ec11b](https://github.com/kinde-oss/kinde-auth-nextjs/commit/54ec11b)) +- Remove traliing slashes for urls ([b48705e](https://github.com/kinde-oss/kinde-auth-nextjs/commit/b48705e)) +- **release:** V2.1.9 ([c41cc6a](https://github.com/kinde-oss/kinde-auth-nextjs/commit/c41cc6a)) +- **release:** V2.1.10 ([cf6bd83](https://github.com/kinde-oss/kinde-auth-nextjs/commit/cf6bd83)) + +### ❤️ Contributors + +- Peter Phanouvong ([@peterphanouvong](http://github.com/peterphanouvong)) + ## v2.1.10 [compare changes](https://github.com/kinde-oss/kinde-auth-nextjs/compare/v2.1.7...v2.1.10) diff --git a/package.json b/package.json index 35b0319..58067e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kinde-oss/kinde-auth-nextjs", - "version": "2.1.10", + "version": "2.1.9", "description": "Kinde Auth SDK for NextJS", "main": "dist/cjs/index.js", "module": "dist/index.js",