diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c9ca92c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +### 2.6.0 + +- support `initImmediate` -> `initAsync` renaming of i18next v24 + +### 2.5.0 + +- fix for Deno 2 and removal of unnecessary .cjs file +- for esm build environments not supporting top-level await, you should import the `i18next-fs-backend/cjs` export or stay at v2.4.0