From b9c0aeaa6e0bf8997d6a43ff810fc6a0064a331b Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Fri, 2 Sep 2016 16:42:35 -0700 Subject: [PATCH] chore(release): 8.2.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24cce07a1..b69841ea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.2.0](https://github.com/istanbuljs/nyc/compare/v8.1.0...v8.2.0) (2016-09-02) + + +### Bug Fixes + +* upgrade standard, and a few other dependencies. fix standard nits ([#375](https://github.com/istanbuljs/nyc/issues/375)) ([64c68b7](https://github.com/istanbuljs/nyc/commit/64c68b7)) + + +### Features + +* gather process tree information ([#364](https://github.com/istanbuljs/nyc/issues/364)) ([fabe5f3](https://github.com/istanbuljs/nyc/commit/fabe5f3)) + + + # [8.1.0](https://github.com/bcoe/nyc/compare/v8.0.0...v8.1.0) (2016-08-14) diff --git a/package.json b/package.json index f44114ed6..b57004aa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nyc", - "version": "8.1.0", + "version": "8.2.0", "description": "the Istanbul command line interface", "main": "index.js", "scripts": {