From b8a5700830c6ca4366697e08f4c9f98d6e2dfafd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 15:21:12 +0000 Subject: [PATCH] chore(main): release 7.14.0 --- 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 c87f487c..d677d1e6 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. +## [7.14.0](https://github.com/bcoe/c8/compare/v7.13.0...v7.14.0) (2023-05-26) + + +### Features + +* added a new CLI arg `--merge-async` to asynchronously and incrementally merge process coverage files to avoid OOM due to heap exhaustion ([#469](https://github.com/bcoe/c8/issues/469)) ([45f2f84](https://github.com/bcoe/c8/commit/45f2f84e0fa3a10fde718111f57c5352de01d9d1)) + ## [7.13.0](https://github.com/bcoe/c8/compare/v7.12.0...v7.13.0) (2023-02-14) diff --git a/package-lock.json b/package-lock.json index b25b574f..cb89f7ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "c8", - "version": "7.13.0", + "version": "7.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "c8", - "version": "7.13.0", + "version": "7.14.0", "license": "ISC", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", diff --git a/package.json b/package.json index ca726225..134ddf72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c8", - "version": "7.13.0", + "version": "7.14.0", "description": "output coverage reports using Node.js' built in coverage", "main": "./index.js", "types": "./index.d.ts",