Skip to content

Commit 396f9e7

Browse files
committed
[#27] Updated changelog
1 parent a76ab86 commit 396f9e7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.0] - 2019-06-19
9+
### Added
10+
- Allow CRLF as a record delimiter. [#27](https://github.com/ryu1kn/csv-writer/pull/27)
11+
812
## [1.3.0] - 2019-04-19
913
### Changed
1014
- Changed project language from JavaScript to TypeScript.

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": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Convert objects/arrays into a CSV string or write them into a CSV file",
55
"main": "dist/index.js",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)