From eb0bb6edae298f635dd3e4c1c5afe974b1dc13b2 Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Wed, 29 Jun 2016 09:03:08 -0400 Subject: [PATCH] v3.5.1 * Revert #114, due to more issues * Update npmignore * Add a changelog * Updatee readme --- CHANGELOG.md | 11 +++++++++-- package.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) 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",