Skip to content

Commit

Permalink
chore(main): release 16.0.0 (#1554)
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>
  • Loading branch information
github-actions[bot] committed Apr 10, 2024
1 parent b6ed598 commit f6e5aba
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "15.1.0"
".": "16.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,22 @@

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.

## [16.0.0](https://github.com/istanbuljs/nyc/compare/v15.1.0...v16.0.0) (2024-04-10)


### ⚠ BREAKING CHANGES

* minimum Node version now 18

### Bug Fixes

* **deps:** address security alerts in deps ([#1555](https://github.com/istanbuljs/nyc/issues/1555)) ([b6ed598](https://github.com/istanbuljs/nyc/commit/b6ed59832e1b190486cbf289f081122b384465e5))


### Build System

* minimum Node version now 18 ([9ef340e](https://github.com/istanbuljs/nyc/commit/9ef340e07514b5e2d05f93a99fca17e5d60d65db))

## [15.1.0](https://github.com/istanbuljs/nyc/compare/v15.0.1...v15.1.0) (2020-06-01)


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": "nyc",
"version": "15.1.0",
"version": "16.0.0",
"description": "the Istanbul command line interface",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f6e5aba

Please sign in to comment.