Skip to content

Commit 961fa2a

Browse files
chore(main): release 7.14.0 (#474)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 45f2f84 commit 961fa2a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [7.14.0](https://github.com/bcoe/c8/compare/v7.13.0...v7.14.0) (2023-05-26)
6+
7+
8+
### Features
9+
10+
* 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))
11+
512
## [7.13.0](https://github.com/bcoe/c8/compare/v7.12.0...v7.13.0) (2023-02-14)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "c8",
3-
"version": "7.13.0",
3+
"version": "7.14.0",
44
"description": "output coverage reports using Node.js' built in coverage",
55
"main": "./index.js",
66
"types": "./index.d.ts",

0 commit comments

Comments
 (0)