Skip to content

Commit dc38051

Browse files
chore(main): release 10.0.0 (#532)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e33cf30 commit dc38051

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.0.0](https://github.com/bcoe/c8/compare/v9.1.0...v10.0.0) (2024-06-10)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **deps:** Node 18 is now the minimum supported Node.js version
11+
12+
### Bug Fixes
13+
14+
* **deps:** update test-exclude with new glob / minimatch ([#531](https://github.com/bcoe/c8/issues/531)) ([e33cf30](https://github.com/bcoe/c8/commit/e33cf30d0c44470f9c87553df487e2f27f58f4ac))
15+
516
## [9.1.0](https://github.com/bcoe/c8/compare/v9.0.0...v9.1.0) (2024-01-11)
617

718

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