Skip to content

Commit 898dc3a

Browse files
committed
1.0.2
1 parent 4e024bd commit 898dc3a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.0.2 - June, 22 2018
2+
3+
* 4e024bd Fix : handle zero values correctly (array of arrays) (#4) (Kiwy404)
4+
15
1.0.1 - May, 07 2018
26

37
* 6e91d6d Fix: handle null and undefined values (#2) (Lukas Aichbauer)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "convert-array-to-csv",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Convert an array to a csv formatted string",
55
"main": "./lib/index.js",
66
"repository": "https://www.github.com/aichbauer/node-convert-array-to-csv",

0 commit comments

Comments
 (0)