From 9fc20e40c795822d39941917eb1a703d921cc9ac Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Thu, 31 May 2018 16:42:24 -0700 Subject: [PATCH] chore(release): 12.0.1 --- 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 783791cca..fa0c3ab49 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. + +## [12.0.1](https://github.com/istanbuljs/nyc/compare/v12.0.0...v12.0.1) (2018-05-31) + + + # [12.0.0](https://github.com/istanbuljs/nyc/compare/v11.9.0...v12.0.0) (2018-05-31) diff --git a/package-lock.json b/package-lock.json index dda96181c..b4b5c44dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nyc", - "version": "12.0.0", + "version": "12.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f86938644..35da55a30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nyc", - "version": "12.0.0", + "version": "12.0.1", "description": "the Istanbul command line interface", "main": "index.js", "scripts": {