Skip to content

Commit c2e72a8

Browse files
committed
Updated version and added changelog
1 parent 2bce247 commit c2e72a8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
### 0.0.2: 15 October 2016
3+
4+
* Fixed the bug that field values were not quoted when they have newline characters
5+
6+
### 0.0.1: 9 September 2016
7+
8+
* Initial release of csv-writer

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-writer",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Convert objects/arrays into a CSV string or write them into a CSV file",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)