Skip to content

Commit 2557ba1

Browse files
committed
update changelog
1 parent 093609a commit 2557ba1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
### next
1+
### 9.0.4
22

3+
- typescript: add generic type to t function and the tests [665](https://github.com/i18next/react-i18next/pull/665)
34
- hooks: enable passing in i18n to useTranslation hook so we could wrap that with a useContext enabled hook
45

56
### 9.0.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-i18next",
3-
"version": "9.0.3",
3+
"version": "9.0.4",
44
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.",
55
"main": "dist/commonjs/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)