react-i18next 13.0.2 → 13.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env sh
2
+ . "$(dirname -- "$0")/_/husky.sh"
3
+
4
+ npx lint-staged
@@ -0,0 +1,3 @@
1
+ **/dist/**/*.js
2
+ **/react-i18next.js
3
+ **/react-i18next.min.js
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ### 13.1.0
2
+
3
+ - Fix non-list dynamic content in Trans component [1660](https://github.com/i18next/react-i18next/pull/1660)
4
+
5
+ ### 13.0.3
6
+
7
+ - fix unescape is not consistently called for all values [1657](https://github.com/i18next/react-i18next/issues/1657)
8
+
1
9
  ### 13.0.2
2
10
 
3
11
  - export icu.macro [1652](https://github.com/i18next/react-i18next/issues/1652)