Skip to content

Commit 7f1069d

Browse files
chore(main): release 7.12.0 (bcoe#410)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ac99234 commit 7f1069d

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.12.0](https://github.com/bcoe/c8/compare/v7.11.3...v7.12.0) (2022-07-19)
6+
7+
8+
### Features
9+
10+
* use process.stdout.columns for reporter maxCols ([#409](https://github.com/bcoe/c8/issues/409)) ([7731574](https://github.com/bcoe/c8/commit/77315744b219b90eb6a02efc9d26e5400f99af62))
11+
512
### [7.11.3](https://github.com/bcoe/c8/compare/v7.11.2...v7.11.3) (2022-05-16)
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.11.3",
3+
"version": "7.12.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)