Skip to content

Commit

Permalink
chore: release 3.0.0 (#19)
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] authored Feb 16, 2022
1 parent 314da9b commit 4cfbeed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [3.0.0](https://www.github.com/npm/metavuln-calculator/compare/v2.0.0...v3.0.0) (2022-02-16)


### ⚠ BREAKING CHANGES

* the options passed directly to pacote now take a `silent` option instead of `log.loglevel`

### Dependencies

* bump pacote from 12.0.3 to 13.0.1 ([#17](https://www.github.com/npm/metavuln-calculator/issues/17)) ([b295177](https://www.github.com/npm/metavuln-calculator/commit/b295177dfa7dbaf68abb58340b4b0e29529be9ee))
* update cacache requirement from ^15.0.5 to ^15.3.0 ([#15](https://www.github.com/npm/metavuln-calculator/issues/15)) ([1cd2f0a](https://www.github.com/npm/metavuln-calculator/commit/1cd2f0a113a776a981f2046310e13ca6a560e4cf))
* update semver requirement from ^7.3.2 to ^7.3.5 ([#14](https://www.github.com/npm/metavuln-calculator/issues/14)) ([314da9b](https://www.github.com/npm/metavuln-calculator/commit/314da9b625f1f7e9bb32104dae3727656678224f))
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": "2.0.0",
"version": "3.0.0",
"main": "lib/index.js",
"files": [
"bin",
Expand Down

0 comments on commit 4cfbeed

Please sign in to comment.