diff --git a/CHANGELOG.md b/CHANGELOG.md index 9685900..c7abb89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ 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. +## [1.4.0](https://www.github.com/istanbuljs/puppeteer-to-istanbul/compare/v1.3.1...v1.4.0) (2020-06-11) + + +### Features + +* allow a custom storagePath ([#56](https://www.github.com/istanbuljs/puppeteer-to-istanbul/issues/56)) ([eb1aabc](https://www.github.com/istanbuljs/puppeteer-to-istanbul/commit/eb1aabc705ed10bfc5010128eb0fbaf69c17f777)) +* allow the output file to not include the hostname ([#57](https://www.github.com/istanbuljs/puppeteer-to-istanbul/issues/57)) ([3a5b312](https://www.github.com/istanbuljs/puppeteer-to-istanbul/commit/3a5b312c0b02a9a2115a54ddd5095b3684257e78)) + ### [1.3.1](https://www.github.com/istanbuljs/puppeteer-to-istanbul/compare/v1.3.0...v1.3.1) (2020-05-11) diff --git a/package.json b/package.json index 2267aff..13b2794 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "puppeteer-to-istanbul", - "version": "1.3.1", + "version": "1.4.0", "description": "convert from puppeteer's coverage output to a format that can be used by istanbul reports", "main": "index.js", "scripts": {