Skip to content

Commit

Permalink
chore: release 8.0.0 (#155)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[8.0.0](v7.1.1...v8.0.0)
(2024-10-01)
### ⚠️ BREAKING CHANGES
* `@npmcli/metavuln-calculator` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
*
[`76124e1`](76124e1)
[#152](#152) align to npm
10 node engine range (@reggi)
### Dependencies
*
[`397f279`](397f279)
[#152](#152)
`[email protected]`
*
[`47f88c9`](47f88c9)
[#152](#152)
`[email protected]`
*
[`aefff63`](aefff63)
[#152](#152)
`[email protected]`
*
[`348ed6d`](348ed6d)
[#152](#152)
`[email protected]`
### Chores
*
[`a13b312`](a13b312)
[#152](#152) run
template-oss-apply (@reggi)
*
[`1db6387`](1db6387)
[#146](#146) bump
@npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
*
[`5b3ccdf`](5b3ccdf)
[#147](#147) postinstall
for dependabot template-oss PR (@hashtagchris)
*
[`91ab93e`](91ab93e)
[#147](#147) bump
@npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 1, 2024
1 parent 397f279 commit f8db327
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.1.1"
".": "8.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [8.0.0](https://github.com/npm/metavuln-calculator/compare/v7.1.1...v8.0.0) (2024-10-01)
### ⚠️ BREAKING CHANGES
* `@npmcli/metavuln-calculator` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
* [`76124e1`](https://github.com/npm/metavuln-calculator/commit/76124e1bd9c6a016146c1dd728cc980f6104fcd5) [#152](https://github.com/npm/metavuln-calculator/pull/152) align to npm 10 node engine range (@reggi)
### Dependencies
* [`397f279`](https://github.com/npm/metavuln-calculator/commit/397f279faefa34b856783bf9e815869ec9148989) [#152](https://github.com/npm/metavuln-calculator/pull/152) `[email protected]`
* [`47f88c9`](https://github.com/npm/metavuln-calculator/commit/47f88c99c19a32ef54162fa65378f672173726b2) [#152](https://github.com/npm/metavuln-calculator/pull/152) `[email protected]`
* [`aefff63`](https://github.com/npm/metavuln-calculator/commit/aefff631dd4907cca93e65522cdded865c3c5c12) [#152](https://github.com/npm/metavuln-calculator/pull/152) `[email protected]`
* [`348ed6d`](https://github.com/npm/metavuln-calculator/commit/348ed6dbcee832e6530ce99fe6ab5bac0da7f4df) [#152](https://github.com/npm/metavuln-calculator/pull/152) `[email protected]`
### Chores
* [`a13b312`](https://github.com/npm/metavuln-calculator/commit/a13b31278cf6bfdc6ba0205736eb7d9a2fe2e9ff) [#152](https://github.com/npm/metavuln-calculator/pull/152) run template-oss-apply (@reggi)
* [`1db6387`](https://github.com/npm/metavuln-calculator/commit/1db638776d5b60b68fbc0ad78fcb30bf0ec4c16c) [#146](https://github.com/npm/metavuln-calculator/pull/146) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
* [`5b3ccdf`](https://github.com/npm/metavuln-calculator/commit/5b3ccdf32ee815e255a91899fab51d6290adcfce) [#147](https://github.com/npm/metavuln-calculator/pull/147) postinstall for dependabot template-oss PR (@hashtagchris)
* [`91ab93e`](https://github.com/npm/metavuln-calculator/commit/91ab93eec74d9ded622c76d6f8d1f3e500aaf0ac) [#147](https://github.com/npm/metavuln-calculator/pull/147) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])

## [7.1.1](https://github.com/npm/metavuln-calculator/compare/v7.1.0...v7.1.1) (2024-05-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/metavuln-calculator",
"version": "7.1.1",
"version": "8.0.0",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down

0 comments on commit f8db327

Please sign in to comment.