Skip to content

Commit be9ef33

Browse files
chore(main): release 8.0.0 (#476)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f8ee1ff commit be9ef33

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+
## [8.0.0](https://github.com/bcoe/c8/compare/v7.14.0...v8.0.0) (2023-06-05)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* dropped Node 10 support ([#475](https://github.com/bcoe/c8/issues/475))
11+
12+
### Miscellaneous Chores
13+
14+
* dropped Node 10 support ([#475](https://github.com/bcoe/c8/issues/475)) ([f8ee1ff](https://github.com/bcoe/c8/commit/f8ee1ffeba0f7b9b36e328226b23e9999f6481e7))
15+
516
## [7.14.0](https://github.com/bcoe/c8/compare/v7.13.0...v7.14.0) (2023-05-26)
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": "7.14.0",
3+
"version": "8.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)