From 225d431c7c96e52a759b5dc54892f4efa8d74ea5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 19:34:21 -0700 Subject: [PATCH] chore: release 7.3.4 (#266) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 39f99b14..69638d83 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.3.4](https://www.github.com/bcoe/c8/compare/v7.3.3...v7.3.4) (2020-10-15) + + +### Bug Fixes + +* support node@v15.x.x built-in modules ([#265](https://www.github.com/bcoe/c8/issues/265)) ([1b90a22](https://www.github.com/bcoe/c8/commit/1b90a221d540354c552da10d90ef7d1f7a8e8227)) + ### [7.3.3](https://www.github.com/bcoe/c8/compare/v7.3.2...v7.3.3) (2020-10-09) diff --git a/package-lock.json b/package-lock.json index 4e7590b7..d270c785 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "7.3.3", + "version": "7.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cb242aca..7bf613e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "7.3.3", + "version": "7.3.4", "description": "output coverage reports using Node.js' built in coverage", "main": "./index.js", "types": "./index.d.ts",