Skip to content

Commit 6f19904

Browse files
committed
Prepare for the next release
1 parent a2da258 commit 6f19904

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
### 0.0.3:
3+
4+
* Fixed the bug that fields were not always surrounded by double quotes
5+
* Fixed the bug that white space characters on the edge of fields were trimmed
6+
27
### 0.0.2: 15 October 2016
38

49
* Fixed the bug that field values were not quoted when they have newline characters

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-writer",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
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)