From 9d47986f8ea49c7264c28387ada40db7fdf1d6ed Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Wed, 31 May 2017 17:15:37 -0700 Subject: [PATCH] chore(release): 11.0.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50edbe60a..34ff462f2 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.1](https://github.com/istanbuljs/nyc/compare/v11.0.0...v11.0.1) (2017-06-01) + + + # [11.0.0](https://github.com/istanbuljs/nyc/compare/v10.3.2...v11.0.0) (2017-05-31) diff --git a/package.json b/package.json index 525c94480..17892f13e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nyc", - "version": "11.0.0", + "version": "11.0.1", "description": "the Istanbul command line interface", "main": "index.js", "scripts": {