Skip to content

Commit 4ae2a4d

Browse files
chore(main): release 9.1.0 (#513)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 88db5db commit 4ae2a4d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [9.1.0](https://github.com/bcoe/c8/compare/v9.0.0...v9.1.0) (2024-01-11)
6+
7+
8+
### Features
9+
10+
* support passing reporter options from config ([#459](https://github.com/bcoe/c8/issues/459)) ([88db5db](https://github.com/bcoe/c8/commit/88db5db56ece1686b02af7ce3b5480653069b975))
11+
12+
13+
### Bug Fixes
14+
15+
* **refactor:** remove stale check for createDynamicModule ([5e18365](https://github.com/bcoe/c8/commit/5e18365b1507682a3d7873b17ebeb6f963b251cb))
16+
517
## [9.0.0](https://github.com/bcoe/c8/compare/v8.0.1...v9.0.0) (2024-01-03)
618

719

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": "9.0.0",
3+
"version": "9.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)