From f861267ced7bcd4d0db597d9c6e471692f9a5d6e Mon Sep 17 00:00:00 2001 From: Keyang Date: Tue, 20 Jun 2017 22:28:08 +0100 Subject: [PATCH] update version --- package.json | 2 +- readme.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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.