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",