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 3cc0d52 commit fc3c00dCopy full SHA for fc3c00d
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
-# 3.4.0 - latest
+# 3.5.0 - latest
4
+
5
+- Stop trying to parse directories #252
6
7
+# 3.4.0
8
9
- Support multiline output in YAML #251
10
- Fix bug with unicode escape sequences #227
package.json
@@ -2,7 +2,7 @@
"author": "Karel Ledru",
"description": "Command Line tool for i18next",
"name": "i18next-parser",
- "version": "3.4.0",
+ "version": "3.5.0",
"license": "MIT",
"main": "dist/index.js",
"bin": {
0 commit comments