Skip to content

Commit

Permalink
chore: release 10.0.0 (#53)
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 Oct 14, 2022
1 parent 0bfa18b commit 2ab0921
Show file tree
Hide file tree
Showing 3 changed files with 16 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 @@
{
".": "9.0.1"
".": "10.0.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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

### ⚠️ 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)

### Bug Fixes

* [`2e876d1`](https://github.com/npm/ssri/commit/2e876d12a67f2778c382dd29edc5ecc150279975) [#48](https://github.com/npm/ssri/pull/48) properly handle missing algorithm type (#48) (@ahmedwelhakim)

### [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
Original file line number Diff line number Diff line change
@@ -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 2ab0921

Please sign in to comment.