Skip to content

Commit 5120f43

Browse files
committed
1.0.0
1 parent 48cd02c commit 5120f43

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
1.0.0 - April, 05 2018
2+
3+
* 48cd02c Fix: pass options from index to modules (#1) (Lukas Aichbauer)
4+
* ff5adcb Initial commit (aichbauer)
5+

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": "0.0.0",
3+
"version": "1.0.0",
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)