Skip to content

Commit

Permalink
chore(main): release 9.0.0 (#32)
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 Apr 5, 2022
1 parent 033c76e commit e7ee51d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* this drops support for node 8, node 10, and non-LTS versions of node 12 and node 14

### Dependencies

* @npmcli/template-oss@3.2.2 ([#31](https://github.com/npm/ssri/issues/31)) ([a14b37a](https://github.com/npm/ssri/commit/a14b37aaec562339e836960478d6f506f63243e0))

### [8.0.1](https://github.com/npm/ssri/compare/v8.0.0...v8.0.1) (2021-01-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ssri",
"version": "8.0.1",
"version": "9.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 e7ee51d

Please sign in to comment.