From be7640c9050f49d2db4645d6d2b8e2856a744db0 Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Wed, 6 Mar 2024 19:55:59 +0100 Subject: [PATCH] release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d5482ed..32bbe7c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 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) + ### 14.0.7 - try to get rid of internal interpolationOverride handling for Trans component, fixes [1729](https://github.com/i18next/react-i18next/issues/1729)