Skip to content

Commit 5a37a1d

Browse files
committed
Release v1.0.1 - Use Coveralls for coverage report
1 parent 076fed0 commit 5a37a1d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.0.1] - 2018-08-09
9+
### Fixed
10+
- Fixed the issue that coverage report badge on README shows question mark.
11+
Use Coveralls instead of CodeClimate to get code coverage.
12+
813
## [1.0.0] - 2018-02-28
914
### Added
1015
- Support for adding CSV records to already existing files. Thanks to @jonmelcher. [PR #4](https://github.com/ryu1kn/csv-writer/pull/4)

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