From 15ac6905cd274fafce1abb9c52b0d430a78e7b1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:59:43 -0400 Subject: [PATCH] chore(main): release 10.1.0 (#533) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe --- 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 ee5768d0..615d36f6 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. +## [10.1.0](https://github.com/bcoe/c8/compare/v10.0.0...v10.1.0) (2024-06-11) + + +### Features + +* add experimental monocart reports ([#521](https://github.com/bcoe/c8/issues/521)) ([2e5e297](https://github.com/bcoe/c8/commit/2e5e297ac024bf7af1bc72689b644e11d73eac89)) + ## [10.0.0](https://github.com/bcoe/c8/compare/v9.1.0...v10.0.0) (2024-06-10) diff --git a/package-lock.json b/package-lock.json index 31d46b3f..d06fc543 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c8", - "version": "10.0.0", + "version": "10.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c8", - "version": "10.0.0", + "version": "10.1.0", "license": "ISC", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", diff --git a/package.json b/package.json index 96b077b0..e1c40289 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "10.0.0", + "version": "10.1.0", "description": "output coverage reports using Node.js' built in coverage", "main": "./index.js", "types": "./index.d.ts",