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": {