From 95dc6e7b736194612dd2e76a2ab6fad16ddc8bfc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 11:58:40 -0500 Subject: [PATCH] chore(main): release 7.13.0 (#428) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c85e72..c87f487c 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. +## [7.13.0](https://github.com/bcoe/c8/compare/v7.12.0...v7.13.0) (2023-02-14) + + +### Features + +* add `skipFull` and `excludeNodeModules` to type definitions ([#417](https://github.com/bcoe/c8/issues/417)) ([b93b9c0](https://github.com/bcoe/c8/commit/b93b9c06b2efb4b894406b9aa3cfdf4c8bef419e)) +* support passing reporter options ([#423](https://github.com/bcoe/c8/issues/423)) ([bc347a9](https://github.com/bcoe/c8/commit/bc347a91f06a3fea7b7425c4affd66d7f8b9d416)) +* **types:** add typings for reporterOptions ([#446](https://github.com/bcoe/c8/issues/446)) ([3646e6e](https://github.com/bcoe/c8/commit/3646e6eb3762574d8f70907d7637e47dd9dfac25)) + ## [7.12.0](https://github.com/bcoe/c8/compare/v7.11.3...v7.12.0) (2022-07-19) diff --git a/package-lock.json b/package-lock.json index 1e75edb1..b25b574f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c8", - "version": "7.12.0", + "version": "7.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c8", - "version": "7.12.0", + "version": "7.13.0", "license": "ISC", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", diff --git a/package.json b/package.json index 211a8ec8..ca726225 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "7.12.0", + "version": "7.13.0", "description": "output coverage reports using Node.js' built in coverage", "main": "./index.js", "types": "./index.d.ts",