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 2b92efa commit bf60b3aCopy full SHA for bf60b3a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+1.0.4 - September, 07 2018
2
+
3
+* 2b92efa Chore: add prepush hook and changed prepublish to prepare (#6) (Lukas Aichbauer)
4
5
1.0.3 - September, 07 2018
6
7
* 51a76a7 Fix: babel runtime (#5) (fixes #3) (Lukas Aichbauer)
package.json
@@ -1,6 +1,6 @@
{
"name": "convert-array-to-csv",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "Convert an array to a csv formatted string",
"main": "./lib/index.js",
"repository": "https://www.github.com/aichbauer/node-convert-array-to-csv",
0 commit comments