Skip to content

Commit 2f36fe9

Browse files
github-actions[bot]Benjamin E. Coe
andauthored
chore(main): release 7.13.0 (#428)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent 8e56b23 commit 2f36fe9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.13.0](https://github.com/bcoe/c8/compare/v7.12.0...v7.13.0) (2023-02-14)
6+
7+
8+
### Features
9+
10+
* add `skipFull` and `excludeNodeModules` to type definitions ([#417](https://github.com/bcoe/c8/issues/417)) ([b93b9c0](https://github.com/bcoe/c8/commit/b93b9c06b2efb4b894406b9aa3cfdf4c8bef419e))
11+
* support passing reporter options ([#423](https://github.com/bcoe/c8/issues/423)) ([bc347a9](https://github.com/bcoe/c8/commit/bc347a91f06a3fea7b7425c4affd66d7f8b9d416))
12+
* **types:** add typings for reporterOptions ([#446](https://github.com/bcoe/c8/issues/446)) ([3646e6e](https://github.com/bcoe/c8/commit/3646e6eb3762574d8f70907d7637e47dd9dfac25))
13+
514
## [7.12.0](https://github.com/bcoe/c8/compare/v7.11.3...v7.12.0) (2022-07-19)
615

716

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "c8",
3-
"version": "7.12.0",
3+
"version": "7.13.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)