From ba65b07e5bb3b4041c71bb499a1e76d82c0fa367 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:28:01 -0400 Subject: [PATCH] chore: release 11.0.0 (#138) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [11.0.0](https://github.com/npm/ssri/compare/v10.0.6...v11.0.0) (2024-09-03) ### ⚠️ BREAKING CHANGES * `ssri` is now compatible with the following semver range for node: `^16.14.0 || >=18.0.0` ### Bug Fixes * [`29a6e2c`](https://github.com/npm/ssri/commit/29a6e2c2e0d919f595ab1d9e0b685e9627f7ec41) Address breaking engine change in dependency (@hashtagchris) ### Chores * [`db4219f`](https://github.com/npm/ssri/commit/db4219f28ab4576c32cde8ef008f2fc408b7f577) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`f2dd012`](https://github.com/npm/ssri/commit/f2dd0125e4381f54ce97d4e03e57c21b3ff0aa3d) template-oss-apply (@hashtagchris) * [`f2a2a9d`](https://github.com/npm/ssri/commit/f2a2a9d09fd8956180b8aaf30b69481f61da0e2d) postinstall for dependabot template-oss PR (@hashtagchris) * [`4508f71`](https://github.com/npm/ssri/commit/4508f71d8a873a2d3cee9369fa6117530bee6b6c) bump @npmcli/template-oss from 4.22.0 to 4.23.3 (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 430e183..4981afa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.6" + ".": "11.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e1eaea6..d5103fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [11.0.0](https://github.com/npm/ssri/compare/v10.0.6...v11.0.0) (2024-09-03) +### ⚠️ BREAKING CHANGES +* `ssri` is now compatible with the following semver range for node: `^16.14.0 || >=18.0.0` +### Bug Fixes +* [`29a6e2c`](https://github.com/npm/ssri/commit/29a6e2c2e0d919f595ab1d9e0b685e9627f7ec41) Address breaking engine change in dependency (@hashtagchris) +### Chores +* [`db4219f`](https://github.com/npm/ssri/commit/db4219f28ab4576c32cde8ef008f2fc408b7f577) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) +* [`f2dd012`](https://github.com/npm/ssri/commit/f2dd0125e4381f54ce97d4e03e57c21b3ff0aa3d) template-oss-apply (@hashtagchris) +* [`f2a2a9d`](https://github.com/npm/ssri/commit/f2a2a9d09fd8956180b8aaf30b69481f61da0e2d) postinstall for dependabot template-oss PR (@hashtagchris) +* [`4508f71`](https://github.com/npm/ssri/commit/4508f71d8a873a2d3cee9369fa6117530bee6b6c) bump @npmcli/template-oss from 4.22.0 to 4.23.3 (@dependabot[bot]) + ## [10.0.6](https://github.com/npm/ssri/compare/v10.0.5...v10.0.6) (2024-05-04) ### Bug Fixes diff --git a/package.json b/package.json index ff35558..3d8e1c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssri", - "version": "10.0.6", + "version": "11.0.0", "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.", "main": "lib/index.js", "files": [