From 073feff0ea802ce672c8aee7a138c1e5ac3d57b4 Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Thu, 12 Dec 2024 15:12:04 +0100 Subject: [PATCH] release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67920e4b6..cf1dffa9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 15.2.0 + +This version may be breaking if you still use React < v18 with TypeScript. +For JS users this version is equal to v15.1.4 + +- fix: Global JSX namespace is deprecated [1823](https://github.com/i18next/react-i18next/issues/1823) with [1822](https://github.com/i18next/react-i18next/pull/1822) + ### 15.1.4 - Fix: warning each child should have a unique key [1820](https://github.com/i18next/react-i18next/pull/1820)