diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b461e46..ad8cbcf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ +## 3.5.1 / 2016-06-29 + + * Revert [#114](https://github.com/zemirco/json2csv/pull/114), due to more issues + * Update npmignore + * Add a changelog + * Updatee readme + ## 3.5.0 / 2016-06-21 - * `includeEmptyRows` options added, see [#122](https://github.com/zemirco/json2csv/pull/122) (Thanks @glutentag) - * `-a` or `--include-empty-rows` added for the CLI. + * `includeEmptyRows` options added, see [#122](https://github.com/zemirco/json2csv/pull/122) (Thanks @glutentag) + * `-a` or `--include-empty-rows` added for the CLI. ## 2.2.1 / 2013-11-10 diff --git a/package.json b/package.json index 1f18e561..298da2c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "json2csv", "preferGlobal": "true", - "version": "3.5.0", + "version": "3.5.1", "description": "Convert JSON to CSV", "keywords": [ "json",