Skip to content

Commit

Permalink
chore(main): release 7.13.0 (bcoe#428)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
github-actions[bot] and bcoe committed Feb 16, 2023
1 parent 8366d9f commit 95dc6e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@

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.13.0](https://github.com/bcoe/c8/compare/v7.12.0...v7.13.0) (2023-02-14)


### Features

* add `skipFull` and `excludeNodeModules` to type definitions ([#417](https://github.com/bcoe/c8/issues/417)) ([b93b9c0](https://github.com/bcoe/c8/commit/b93b9c06b2efb4b894406b9aa3cfdf4c8bef419e))
* support passing reporter options ([#423](https://github.com/bcoe/c8/issues/423)) ([bc347a9](https://github.com/bcoe/c8/commit/bc347a91f06a3fea7b7425c4affd66d7f8b9d416))
* **types:** add typings for reporterOptions ([#446](https://github.com/bcoe/c8/issues/446)) ([3646e6e](https://github.com/bcoe/c8/commit/3646e6eb3762574d8f70907d7637e47dd9dfac25))

## [7.12.0](https://github.com/bcoe/c8/compare/v7.11.3...v7.12.0) (2022-07-19)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "c8",
"version": "7.12.0",
"version": "7.13.0",
"description": "output coverage reports using Node.js' built in coverage",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 95dc6e7

Please sign in to comment.