Skip to content

Commit d772a61

Browse files
committed
1.0.5
1 parent 58ec063 commit d772a61

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.5 - February, 26 2019
2+
3+
* 58ec063 Fix: double quotes inside elements (closes #9) (#12) (Lukas Aichbauer)
4+
* 2ea0633 Refactor: add append element and separator or line break functions (closes #8) (#11) (Lukas Aichbauer)
5+
* c237523 Fix: space as special char (closes #7) (#10) (Lukas Aichbauer)
6+
17
1.0.4 - September, 07 2018
28

39
* 2b92efa Chore: add prepush hook and changed prepublish to prepare (#6) (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.4",
3+
"version": "1.0.5",
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)