diff --git a/package.json b/package.json index 72eef50..26b00dd 100644 --- a/package.json +++ b/package.json @@ -190,7 +190,7 @@ "hireable": true } ], - "version": "1.1.6", + "version": "1.1.7", "keywords": [ "csv", "csv parser", diff --git a/readme.md b/readme.md index 7c8e12d..146cbcf 100644 --- a/readme.md +++ b/readme.md @@ -667,6 +667,11 @@ Thanks all the [contributors](https://github.com/Keyang/node-csvtojson/graphs/co # Change Log +## 1.1.7 + +* add `colParser` parameter +* fix bug that could cause utf-8 character broken + ## 1.1.5 * `ignoreColumns` and `includeColumns` now allow put in header names and indecies.