From e4eff12ddf52e856eab0a0528781bf9f54d27f8c Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Fri, 2 Jun 2017 16:37:20 -0700 Subject: [PATCH] chore(release): 11.0.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ff462f2..ebbaebc80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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. + +## [11.0.2](https://github.com/istanbuljs/nyc/compare/v11.0.1...v11.0.2) (2017-06-02) + + + ## [11.0.1](https://github.com/istanbuljs/nyc/compare/v11.0.0...v11.0.1) (2017-06-01) diff --git a/package.json b/package.json index d746eccce..4d1ba112a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nyc", - "version": "11.0.1", + "version": "11.0.2", "description": "the Istanbul command line interface", "main": "index.js", "scripts": {