From 5a37a1d8f296bc9c6283ee6a910263677d9d565f Mon Sep 17 00:00:00 2001 From: Ryuichi Inagaki Date: Thu, 9 Aug 2018 20:20:17 +1000 Subject: [PATCH] Release v1.0.1 - Use Coveralls for coverage report --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 190b9b4..7369957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.0.1] - 2018-08-09 +### Fixed +- Fixed the issue that coverage report badge on README shows question mark. + Use Coveralls instead of CodeClimate to get code coverage. + ## [1.0.0] - 2018-02-28 ### Added - Support for adding CSV records to already existing files. Thanks to @jonmelcher. [PR #4](https://github.com/ryu1kn/csv-writer/pull/4) diff --git a/package.json b/package.json index de452a7..5673ad0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csv-writer", - "version": "1.0.0", + "version": "1.0.1", "description": "Convert objects/arrays into a CSV string or write them into a CSV file", "main": "index.js", "scripts": {