Skip to content

Commit 9e0cdb8

Browse files
committed
1.0.6
1 parent 6653259 commit 9e0cdb8

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.6 - March, 29 2019
2+
3+
* 6653259 Fix: replace every double quote (#15) (Lukas Aichbauer)
4+
15
1.0.5 - February, 26 2019
26

37
* 58ec063 Fix: double quotes inside elements (closes #9) (#12) (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.5",
3+
"version": "1.0.6",
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)