We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093609a commit 2557ba1Copy full SHA for 2557ba1
CHANGELOG.md
@@ -1,5 +1,6 @@
1
-### next
+### 9.0.4
2
3
+- typescript: add generic type to t function and the tests [665](https://github.com/i18next/react-i18next/pull/665)
4
- hooks: enable passing in i18n to useTranslation hook so we could wrap that with a useContext enabled hook
5
6
### 9.0.3
package.json
@@ -1,6 +1,6 @@
{
"name": "react-i18next",
- "version": "9.0.3",
+ "version": "9.0.4",
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.",
"main": "dist/commonjs/index.js",
"types": "src/index.d.ts",
0 commit comments