Skip to content

Commit a13584d

Browse files
chore(main): release 8.0.1 (#486)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3be8bd9 commit a13584d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1](https://github.com/bcoe/c8/compare/v8.0.0...v8.0.1) (2023-07-25)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update istanbul deps ([#485](https://github.com/bcoe/c8/issues/485)) ([3be8bd9](https://github.com/bcoe/c8/commit/3be8bd97c3fb38b575a48871c170dd5e5041b9a8)), closes [#478](https://github.com/bcoe/c8/issues/478)
11+
512
## [8.0.0](https://github.com/bcoe/c8/compare/v7.14.0...v8.0.0) (2023-06-05)
613

714

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": "8.0.0",
3+
"version": "8.0.1",
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)