Skip to content

Commit

Permalink
chore: release 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Sep 21, 2022
1 parent 3de0c45 commit 1e545bb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "9.0.1"
".": "10.0.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## [10.0.0](https://github.com/npm/ssri/compare/v9.0.1...v10.0.0) (2022-09-21)

### ⚠️ BREAKING CHANGES

* `ssri` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`

### Features

* [`3de0c45`](https://github.com/npm/ssri/commit/3de0c4502db78dbd3595207511362f65191793a8) [#52](https://github.com/npm/ssri/pull/52) postinstall for dependabot template-oss PR (@lukekarrys)

### [9.0.1](https://github.com/npm/ssri/compare/v9.0.0...v9.0.1) (2022-05-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ssri",
"version": "9.0.1",
"version": "10.0.0",
"description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 1e545bb

Please sign in to comment.