Skip to content

Commit 27add6b

Browse files
committed
[#34] Bump up version
1 parent ccfc90f commit 27add6b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.6.0] - 2020-01-18
9+
### Added
10+
- Support for specifying values in nested objects. [#34](https://github.com/ryu1kn/csv-writer/pull/34)
11+
812
## [1.5.0] - 2019-07-13
913
### Added
1014
- Added `alwaysQuote` flag to always double-quote all fields. [#21](https://github.com/ryu1kn/csv-writer/pull/21)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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