From 1ec3cc41ff1aeb59bb040ee9c143a09054ac413b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:01:06 -0500 Subject: [PATCH] chore(main): release 10.1.3 (#553) 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 9f48ead8..822d7ea8 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.3](https://github.com/bcoe/c8/compare/v10.1.2...v10.1.3) (2024-12-10) + + +### Bug Fixes + +* **deps:** update bcoe/v8-coverage addressing v8 issue ([#552](https://github.com/bcoe/c8/issues/552)) ([b32a563](https://github.com/bcoe/c8/commit/b32a563e257f31cd359ff3adb855bbbdda71e2e7)) + ## [10.1.2](https://github.com/bcoe/c8/compare/v10.1.1...v10.1.2) (2024-06-13) diff --git a/package-lock.json b/package-lock.json index 78b5ab5f..3a30f46c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c8", - "version": "10.1.2", + "version": "10.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c8", - "version": "10.1.2", + "version": "10.1.3", "license": "ISC", "dependencies": { "@bcoe/v8-coverage": "^1.0.1", diff --git a/package.json b/package.json index f4484824..b77d73bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "10.1.2", + "version": "10.1.3", "description": "output coverage reports using Node.js' built in coverage", "main": "./index.js", "types": "./index.d.ts",