Skip to content

Commit 8649954

Browse files
committed
1.0.9
1 parent 8ae2d19 commit 8649954

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.9 - August, 02 2019
2+
3+
* 8ae2d19 Chore: switch yarn to npm (#21) (Lukas Aichbauer)
4+
15
1.0.8 - May, 25 2019
26

37
* bd592e5 Fix: zero (0) in header and body elements (#19) (Lukas Aichbauer)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8",
3+
"version": "1.0.9",
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)