From e03cd4803872d4650d19171239d60c2feef2fc3c Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Tue, 17 Jan 2017 21:10:30 -0800 Subject: [PATCH] chore(release): 10.1.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92acecc37..b8d5e32c6 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.1](https://github.com/istanbuljs/nyc/compare/v10.1.0...v10.1.1) (2017-01-18) + + +### Bug Fixes + +* fix bug related to merging coverage reports see [#482](https://github.com/istanbuljs/nyc/issues/482) ([81229a0](https://github.com/istanbuljs/nyc/commit/81229a0)) + + + # [10.1.0](https://github.com/istanbuljs/nyc/compare/v10.0.2...v10.1.0) (2017-01-17) diff --git a/package.json b/package.json index 61b0cdafb..5844e9b8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nyc", - "version": "10.1.0", + "version": "10.1.1", "description": "the Istanbul command line interface", "main": "index.js", "scripts": {