From 00f0e5914c48a8510bebdad4401c77e3f1d64244 Mon Sep 17 00:00:00 2001 From: Adriano Raiano Date: Thu, 21 Nov 2024 11:01:46 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4128d0..303a1ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ - fix for Deno 2 and removal of unnecessary .cjs file - for esm build environments not supporting top-level await, you should import the `i18next-http-backend/cjs` export or stay at v2.6.2 +### 2.7.1 +- same as 2.6.2 + +### 2.7.0 +- deprecated, same as v3.0.0 + ### 2.6.2 - improve network error detection across browsers [152](https://github.com/i18next/i18next-http-backend/pull/152)