From 486b82973f7a32dfd41cc514f6a5dcb4bbd677f4 Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Thu, 7 Mar 2024 10:10:05 +0100 Subject: [PATCH] release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32bbe7c3..42051c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 14.1.0 + +- types(`Trans`): add typechecking on context prop [1732](https://github.com/i18next/react-i18next/pull/1732) (might brake if using "internal" `Trans` or `TransProps`) + ### 14.0.8 - fix: issue [1728](https://github.com/i18next/react-i18next/issues/1728) when useSuspense is false and default ns [1731](https://github.com/i18next/react-i18next/pull/1731)