Skip to content

Commit

Permalink
chore(release): 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Apr 30, 2019
1 parent a20ddfc commit 07131a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))



Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json2csv",
"version": "4.5.0",
"version": "4.5.1",
"description": "Convert JSON to CSV",
"keywords": [
"json",
Expand Down

0 comments on commit 07131a7

Please sign in to comment.