From 6c3394ca43e8595076c2735be82b5a9b5a86fa25 Mon Sep 17 00:00:00 2001 From: Peter Phanouvong Date: Thu, 8 Feb 2024 14:15:47 +1100 Subject: [PATCH] chore(release): v2.1.9 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 608e94e5..d950e17e 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 35b0319d..58067e20 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",