Skip to content

Commit ce78df4

Browse files
chore(main): release 11.0.0 (#577)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 678eeca commit ce78df4

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
## [11.0.0](https://github.com/bcoe/c8/compare/v10.1.3...v11.0.0) (2026-02-22)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **deps:** transitive deps require 20 || >=22
11+
12+
### Bug Fixes
13+
14+
* **deps:** pull newer minimatch addressing CVE-2026-26996 ([#576](https://github.com/bcoe/c8/issues/576)) ([678eeca](https://github.com/bcoe/c8/commit/678eeca3310a5bb260c4cf5d5fe7cec4f7f20726))
15+
516
## [10.1.3](https://github.com/bcoe/c8/compare/v10.1.2...v10.1.3) (2024-12-10)
617

718

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