Skip to content

Commit 15ac690

Browse files
chore(main): release 10.1.0 (#533)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent 96e869f commit 15ac690

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: 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+
## [10.1.0](https://github.com/bcoe/c8/compare/v10.0.0...v10.1.0) (2024-06-11)
6+
7+
8+
### Features
9+
10+
* add experimental monocart reports ([#521](https://github.com/bcoe/c8/issues/521)) ([2e5e297](https://github.com/bcoe/c8/commit/2e5e297ac024bf7af1bc72689b644e11d73eac89))
11+
512
## [10.0.0](https://github.com/bcoe/c8/compare/v9.1.0...v10.0.0) (2024-06-10)
613

714

Diff for: package-lock.json

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "c8",
3-
"version": "10.0.0",
3+
"version": "10.1.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)