From e46335fc1c19859663f7c23ea96ea068ed272d4c Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Tue, 17 Jan 2017 21:29:44 -0800 Subject: [PATCH] chore(release): 10.1.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d5e32c6..6a0be5864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [10.1.2](https://github.com/istanbuljs/nyc/compare/v10.1.1...v10.1.2) (2017-01-18) + + +### Bug Fixes + +* revert defaulting to empty file-coverage report, this caused too many issues ([25aec77](https://github.com/istanbuljs/nyc/commit/25aec77)) + + + ## [10.1.1](https://github.com/istanbuljs/nyc/compare/v10.1.0...v10.1.1) (2017-01-18) diff --git a/package.json b/package.json index 5844e9b8e..190b96e79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nyc", - "version": "10.1.1", + "version": "10.1.2", "description": "the Istanbul command line interface", "main": "index.js", "scripts": {