Skip to content

Commit 12fd46a

Browse files
committed
Bump up version to v1.0.0
* Support for adding CSV records to already existing files. Thanks to @jonmelcher. [PR #4](#4) * It's been on the previous version for more than 1 year and is stable. Time to go v1.
1 parent 15769b4 commit 12fd46a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
### 1.0.0: XX February 2018
2+
### 1.0.0: 28 February 2018
33

44
* Support for adding CSV records to already existing files. Thanks to @jonmelcher. [PR #4](https://github.com/ryu1kn/csv-writer/pull/4)
55

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.3",
3+
"version": "1.0.0",
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)