diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c2430e7..9285669 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.1" + ".": "9.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 62358bc..9d6bf77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [9.0.0](https://github.com/npm/metavuln-calculator/compare/v8.0.1...v9.0.0) (2024-11-25) +### ⚠️ BREAKING CHANGES +* this module is now compatible with the following node versions: ^20.17.0 || >=22.9.0 +### Bug Fixes +* [`af594f0`](https://github.com/npm/metavuln-calculator/commit/af594f045c0f40a5513d059ed5fc22931c284dd7) update node engines to ^20.17.0 || >=22.9.0 (#159) (@wraithgar) +### Dependencies +* [`f6e645c`](https://github.com/npm/metavuln-calculator/commit/f6e645ce0b47867a0dcff8840aeb7545d7eea21a) [#161](https://github.com/npm/metavuln-calculator/pull/161) `pacote@21.0.0` (#161) +### Chores +* [`efcc950`](https://github.com/npm/metavuln-calculator/commit/efcc950f3ee44b04415c2dd2f04f83564aa26705) [#156](https://github.com/npm/metavuln-calculator/pull/156) bump @npmcli/template-oss from 4.23.3 to 4.23.4 (#156) (@dependabot[bot], @npm-cli-bot) + ## [8.0.1](https://github.com/npm/metavuln-calculator/compare/v8.0.0...v8.0.1) (2024-10-17) ### Dependencies * [`c92af1b`](https://github.com/npm/metavuln-calculator/commit/c92af1b1a63bc9d554046c6d1b93684fbcaa56fc) [#157](https://github.com/npm/metavuln-calculator/pull/157) bump pacote from ^19.0.0 to ^20.0.0 (#157) diff --git a/package.json b/package.json index bb144ba..1343b37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/metavuln-calculator", - "version": "8.0.1", + "version": "9.0.0", "main": "lib/index.js", "files": [ "bin/",