Skip to content

Commit d55ee8a

Browse files
committed
1.0.1
1 parent 6e91d6d commit d55ee8a

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.1 - May, 07 2018
2+
3+
* 6e91d6d Fix: handle null and undefined values (#2) (Lukas Aichbauer)
4+
15
1.0.0 - April, 05 2018
26

37
* 48cd02c Fix: pass options from index to modules (#1) (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.0",
3+
"version": "1.0.1",
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)