From e3560e1211718d361612457245e57e638b8001d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 19:27:28 -0400 Subject: [PATCH] chore(main): release 10.1.1 (#536) 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 615d36f6..40a52bf5 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.1](https://github.com/bcoe/c8/compare/v10.1.0...v10.1.1) (2024-06-11) + + +### Bug Fixes + +* stop installing monocart-coverage-reports ([#535](https://github.com/bcoe/c8/issues/535)) ([13979a7](https://github.com/bcoe/c8/commit/13979a76b5b44fc6758f350bae4cb3febd60d75e)) + ## [10.1.0](https://github.com/bcoe/c8/compare/v10.0.0...v10.1.0) (2024-06-11) diff --git a/package-lock.json b/package-lock.json index ee9869c5..e335c9c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c8", - "version": "10.1.0", + "version": "10.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c8", - "version": "10.1.0", + "version": "10.1.1", "license": "ISC", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", diff --git a/package.json b/package.json index c0954581..4f967606 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "10.1.0", + "version": "10.1.1", "description": "output coverage reports using Node.js' built in coverage", "main": "./index.js", "types": "./index.d.ts",