From d77f5edae952d600d4f784379256cf4983f1e861 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 May 2022 21:01:03 -0400 Subject: [PATCH] chore(main): release 7.11.3 (#402) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7356d58d..a25ced01 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.11.3](https://github.com/bcoe/c8/compare/v7.11.2...v7.11.3) (2022-05-16) + + +### Bug Fixes + +* `--all` now respects `--extension` flag. ([#357](https://github.com/bcoe/c8/issues/357)) ([a5deb27](https://github.com/bcoe/c8/commit/a5deb278dcdd7293e8e758ca892d0a44c6d9bba4)) + ### [7.11.2](https://github.com/bcoe/c8/compare/v7.11.1...v7.11.2) (2022-04-20) diff --git a/package-lock.json b/package-lock.json index 5d222ad6..725db66b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c8", - "version": "7.11.2", + "version": "7.11.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c8", - "version": "7.11.2", + "version": "7.11.3", "license": "ISC", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", diff --git a/package.json b/package.json index 014f505b..d8d7fc9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "7.11.2", + "version": "7.11.3", "description": "output coverage reports using Node.js' built in coverage", "main": "./index.js", "types": "./index.d.ts",