From de6cb16b12ce34a7551c6092fba9bd4a8ff02492 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 May 2019 05:47:37 +0000 Subject: [PATCH 1/2] updated CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0776b8a2..841d49f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.2.0](https://www.github.com/bcoe/c8/compare/v4.1.5...v4.2.0) (2019-05-20) + + +### Features + +* load .nycrc/.nycrc.json to simplify migration ([#100](https://www.github.com/bcoe/c8/issues/100)) ([bd7484f](https://www.github.com/bcoe/c8/commit/bd7484f)) + ### [4.1.5](https://github.com/bcoe/c8/compare/v4.1.4...v4.1.5) (2019-05-11) From 13e60a3ac2a5a4938d0a07c6af27b867b7ab5651 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 May 2019 05:47:39 +0000 Subject: [PATCH 2/2] updated package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 55367caf..3017c695 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "4.1.5", + "version": "4.2.0", "description": "output coverage reports using Node.js' built in coverage", "main": "index.js", "bin": "./bin/c8.js",