Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aichbauer committed Feb 26, 2019
1 parent 58ec063 commit d772a61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.5 - February, 26 2019

* 58ec063 Fix: double quotes inside elements (closes #9) (#12) (Lukas Aichbauer)
* 2ea0633 Refactor: add append element and separator or line break functions (closes #8) (#11) (Lukas Aichbauer)
* c237523 Fix: space as special char (closes #7) (#10) (Lukas Aichbauer)

1.0.4 - September, 07 2018

* 2b92efa Chore: add prepush hook and changed prepublish to prepare (#6) (Lukas Aichbauer)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-array-to-csv",
"version": "1.0.4",
"version": "1.0.5",
"description": "Convert an array to a csv formatted string",
"main": "./lib/index.js",
"repository": "https://www.github.com/aichbauer/node-convert-array-to-csv",
Expand Down

0 comments on commit d772a61

Please sign in to comment.