From fad3586cae6ab7f272a2ea5824430c8f9f2a3f9a Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Wed, 5 Oct 2016 21:18:48 -0700 Subject: [PATCH] chore(release): 8.3.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9db0f6505..0a60454d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. + +## [8.3.1](https://github.com/istanbuljs/nyc/compare/v8.3.0...v8.3.1) (2016-10-06) + + +### Bug Fixes + +* swap to version of test-exclude that does not warn ([#410](https://github.com/istanbuljs/nyc/issues/410)) ([78aac45](https://github.com/istanbuljs/nyc/commit/78aac45)) +* update istanbul-lib-source-maps to 1.0.2 ([#411](https://github.com/istanbuljs/nyc/issues/411)) ([9c89945](https://github.com/istanbuljs/nyc/commit/9c89945)) + + + # [8.3.0](https://github.com/istanbuljs/nyc/compare/v8.2.0...v8.3.0) (2016-09-15) diff --git a/package.json b/package.json index 40ee17e34..e06fae97e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nyc", - "version": "8.3.0", + "version": "8.3.1", "description": "the Istanbul command line interface", "main": "index.js", "scripts": {