diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b098118..e3211283d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 13.0.2 + +- export icu.macro [1652](https://github.com/i18next/react-i18next/issues/1652) + ### 13.0.1 - types: Fix performance issue in Trans component [1646](https://github.com/i18next/react-i18next/pull/1646) diff --git a/package.json b/package.json index 51954b241..4e35ef159 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,10 @@ "import": "./dist/es/initReactI18next.js", "require": "./dist/commonjs/initReactI18next.js", "default": "./dist/es/initReactI18next.js" + }, + "./icu.macro": { + "types": "./icu.macro.d.ts", + "default": "./icu.macro.js" } }, "homepage": "https://github.com/i18next/react-i18next",