diff --git a/CHANGELOG.md b/CHANGELOG.md index 22809e00..a270d355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +### [3.2.1](https://github.com/bcoe/v8-to-istanbul/compare/v3.2.0...v3.2.1) (2019-06-23) + + +### Bug Fixes + +* logic for handling sourceRoot did not take into account process.cwd() ([#39](https://github.com/bcoe/v8-to-istanbul/issues/39)) ([6ed9524](https://github.com/bcoe/v8-to-istanbul/commit/6ed9524)) + + + ## [3.2.0](https://github.com/bcoe/v8-to-istanbul/compare/v3.1.3...v3.2.0) (2019-06-23) diff --git a/package-lock.json b/package-lock.json index 24839bb8..a48b7f9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "v8-to-istanbul", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6549e133..5fca71c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "v8-to-istanbul", - "version": "3.2.0", + "version": "3.2.1", "description": "convert from v8 coverage format to istanbul's format", "main": "index.js", "types": "index.d.ts",