Skip to content

Commit e07d315

Browse files
author
Ilya Radchenko
committed
chore(release): 4.0.3
1 parent 0d8534e commit e07d315

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
<a name="4.0.3"></a>
6+
## [4.0.3](https://github.com/zemirco/json2csv/compare/v4.0.2...v4.0.3) (2018-04-09)
7+
8+
9+
### Bug Fixes
10+
11+
* error when a field is null and flatten is used ([#274](https://github.com/zemirco/json2csv/issues/274)) ([1349a94](https://github.com/zemirco/json2csv/commit/1349a94))
12+
* throw error for empty dataset only if fields not specified ([0d8534e](https://github.com/zemirco/json2csv/commit/0d8534e))
13+
14+
15+
516
<a name="4.0.2"></a>
617
## [4.0.2](https://github.com/zemirco/json2csv/compare/v4.0.1...v4.0.2) (2018-03-09)
718

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "json2csv",
33
"preferGlobal": "true",
4-
"version": "4.0.2",
4+
"version": "4.0.3",
55
"description": "Convert JSON to CSV",
66
"keywords": [
77
"json",

0 commit comments

Comments
 (0)