i18next 7.2.2 → 7.2.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 7.2.3
2
+ - rebuild seems we had a mistake in pushing latest build
3
+
1
4
  ### 7.2.2
2
5
  - fixes issue in accepting string as a result of "nested" lookup [PR909](https://github.com/i18next/i18next/pull/909)
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "i18next",
3
- "version": "7.2.2",
3
+ "version": "7.2.3",
4
4
  "description": "i18next internationalization framework",
5
5
  "main": "./index.js",
6
6
  "jsnext:main": "dist/es/index.js",