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 bae5852 commit ad58a68Copy full SHA for ad58a68
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
-# 3.2.0 - latest
+# 3.3.0 - latest
4
+
5
+- Fix customValueTemplate interpolation of ${key} #242
6
+- Extract options as third parameter when second parameter is default value string #243 #241
7
8
+# 3.2.0
9
10
- Fix defaultValue for plural forms #240 #212
11
package.json
@@ -2,7 +2,7 @@
"author": "Karel Ledru",
"description": "Command Line tool for i18next",
"name": "i18next-parser",
- "version": "3.2.0",
+ "version": "3.3.0",
"license": "MIT",
"main": "dist/index.js",
"bin": {
0 commit comments