From 570a08aaf9221d4c62eb0027ab16948223aab2d8 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Thu, 31 May 2018 11:57:53 -0700 Subject: [PATCH] chore(release): 11.9.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c77d6124d..50b1a0624 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. + +# [11.9.0](https://github.com/istanbuljs/nyc/compare/v11.8.0...v11.9.0) (2018-05-31) + + +### Features + +* add option that allows instrument to exit on error ([#850](https://github.com/istanbuljs/nyc/issues/850)) ([1329a3b](https://github.com/istanbuljs/nyc/commit/1329a3b)) + + + # [11.8.0](https://github.com/istanbuljs/nyc/compare/v11.7.3...v11.8.0) (2018-05-14) diff --git a/package-lock.json b/package-lock.json index b5a52990a..0f83e41c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nyc", - "version": "11.8.0", + "version": "11.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e0aeaa7dc..31ed5e2c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nyc", - "version": "11.8.0", + "version": "11.9.0", "description": "the Istanbul command line interface", "main": "index.js", "scripts": {