From 43bda0c6161536e8acb27a79a289d2eb268d5168 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Wed, 9 May 2018 17:16:34 -0700 Subject: [PATCH] chore(release): 11.7.3 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e31e1d25b..91d31607d 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.7.3](https://github.com/istanbuljs/nyc/compare/v11.7.2...v11.7.3) (2018-05-10) + + + ## [11.7.2](https://github.com/istanbuljs/nyc/compare/v11.7.1...v11.7.2) (2018-05-08) diff --git a/package-lock.json b/package-lock.json index 34f2632d1..6039b25dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nyc", - "version": "11.7.2", + "version": "11.7.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b35056d69..e6ed99588 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nyc", - "version": "11.7.2", + "version": "11.7.3", "description": "the Istanbul command line interface", "main": "index.js", "scripts": {