diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7191111 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ + +### 0.0.2: 15 October 2016 + +* Fixed the bug that field values were not quoted when they have newline characters + +### 0.0.1: 9 September 2016 + +* Initial release of csv-writer diff --git a/package.json b/package.json index 1b8c1c5..6a03d81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csv-writer", - "version": "0.0.1", + "version": "0.0.2", "description": "Convert objects/arrays into a CSV string or write them into a CSV file", "main": "index.js", "scripts": {