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 bbb983e commit 36aa5faCopy full SHA for 36aa5fa
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
-# 3.3.0 - latest
+# 3.4.0 - latest
4
+
5
+- Support multiline output in YAML #251
6
+- Fix bug with unicode escape sequences #227
7
8
+# 3.3.0
9
10
- Fix customValueTemplate interpolation of ${key} #242
11
- Extract options as third parameter when second parameter is default value string #243 #241
package.json
@@ -2,7 +2,7 @@
"author": "Karel Ledru",
"description": "Command Line tool for i18next",
"name": "i18next-parser",
- "version": "3.3.0",
+ "version": "3.4.0",
"license": "MIT",
"main": "dist/index.js",
"bin": {
0 commit comments