Skip to content

Commit

Permalink
chore(main): release 9.0.0 (#510)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
github-actions[bot] and bcoe committed Jan 3, 2024
1 parent 8724c70 commit 128bee2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,19 @@

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.

## [9.0.0](https://github.com/bcoe/c8/compare/v8.0.1...v9.0.0) (2024-01-03)


### ⚠ BREAKING CHANGES

* **build:** minimum Node.js version is now 14.14.0

### Features

* **build:** minimum Node.js version is now 14.14.0 ([2cdc86b](https://github.com/bcoe/c8/commit/2cdc86bd0ac67ecf0f700212dc5f8a830ff9164f))
* **deps:** update foreground-child to promise API ([#512](https://github.com/bcoe/c8/issues/512)) ([b46b640](https://github.com/bcoe/c8/commit/b46b6401274488db5b1027a78090257095ae4f72))
* **deps:** use Node.js built in rm ([2cdc86b](https://github.com/bcoe/c8/commit/2cdc86bd0ac67ecf0f700212dc5f8a830ff9164f))

## [8.0.1](https://github.com/bcoe/c8/compare/v8.0.0...v8.0.1) (2023-07-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "c8",
"version": "8.0.1",
"version": "9.0.0",
"description": "output coverage reports using Node.js' built in coverage",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 128bee2

Please sign in to comment.