From 11dc482ff8fba831c359f56ef6b6fefa3792315d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 22:40:54 -0700 Subject: [PATCH] chore: release 7.2.1 (#234) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b12ca12..9e3686a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [7.2.1](https://www.github.com/bcoe/c8/compare/v7.2.0...v7.2.1) (2020-07-11) + + +### Bug Fixes + +* ignore missing source maps in raw coverage output ([#233](https://www.github.com/bcoe/c8/issues/233)) ([eed98af](https://www.github.com/bcoe/c8/commit/eed98afae8dc6878c64b157d5007b0d9ce3bd59f)) + ## [7.2.0](https://www.github.com/bcoe/c8/compare/v7.1.2...v7.2.0) (2020-05-25) diff --git a/package-lock.json b/package-lock.json index 324b6aca..8f0cda82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "7.2.0", + "version": "7.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 181fb8fb..75f738f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "7.2.0", + "version": "7.2.1", "description": "output coverage reports using Node.js' built in coverage", "main": "./index.js", "types": "./index.d.ts",