From 07131a77e724b6491a8fb6ae48d58f9b017d49e5 Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Tue, 30 Apr 2019 10:35:27 -0400 Subject: [PATCH] chore(release): 4.5.1 --- CHANGELOG.md | 9 ++------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08678efc..3a118058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -# [4.5.0](https://github.com/zemirco/json2csv/compare/v4.4.1...v4.5.0) (2019-04-17) +## [4.5.1](https://github.com/zemirco/json2csv/compare/v4.5.0...v4.5.1) (2019-04-30) ### Bug Fixes -* Performance improvements. ([#378](https://github.com/zemirco/json2csv/issues/378)) ([1f91351](https://github.com/zemirco/json2csv/commit/1f91351)) - - -### Features - -* Add support for JSON and Streams on the parseAsync method ([#377](https://github.com/zemirco/json2csv/issues/377)) ([de296d3](https://github.com/zemirco/json2csv/commit/de296d3)) +* pretty print when there is no rows ([#390](https://github.com/zemirco/json2csv/issues/390)) ([a20ddfc](https://github.com/zemirco/json2csv/commit/a20ddfc)) diff --git a/package-lock.json b/package-lock.json index b441cf33..fc282c92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "json2csv", - "version": "4.5.0", + "version": "4.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2da21c36..3284bc1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json2csv", - "version": "4.5.0", + "version": "4.5.1", "description": "Convert JSON to CSV", "keywords": [ "json",