We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cd02c commit 5120f43Copy full SHA for 5120f43
CHANGELOG.md
@@ -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
@@ -1,6 +1,6 @@
{
"name": "convert-array-to-csv",
- "version": "0.0.0",
+ "version": "1.0.0",
"description": "Convert an array to a csv formatted string",
"main": "./lib/index.js",
6
"repository": "https://www.github.com/aichbauer/node-convert-array-to-csv",
0 commit comments