From 35c1f962f76ea3e198efe42408249c9738369a35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:28:28 -0400 Subject: [PATCH] chore: release 12.0.0 (#142) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [12.0.0](https://github.com/npm/ssri/compare/v11.0.0...v12.0.0) (2024-09-24) ### ⚠️ BREAKING CHANGES * `ssri` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`b7a3f9a`](https://github.com/npm/ssri/commit/b7a3f9ad357ab1b463808f49903ed65eac1b9663) [#141](https://github.com/npm/ssri/pull/141) align to npm 10 node engine range (@hashtagchris) ### Chores * [`f8121e9`](https://github.com/npm/ssri/commit/f8121e9e5ea3121b4cf3a59767472ae382373f3f) [#141](https://github.com/npm/ssri/pull/141) run template-oss-apply (@hashtagchris) --- 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 | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4981afa..9259d40 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "11.0.0" + ".": "12.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d5103fd..a74964e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [12.0.0](https://github.com/npm/ssri/compare/v11.0.0...v12.0.0) (2024-09-24) +### ⚠️ BREAKING CHANGES +* `ssri` now supports node `^18.17.0 || >=20.5.0` +### Bug Fixes +* [`b7a3f9a`](https://github.com/npm/ssri/commit/b7a3f9ad357ab1b463808f49903ed65eac1b9663) [#141](https://github.com/npm/ssri/pull/141) align to npm 10 node engine range (@hashtagchris) +### Chores +* [`f8121e9`](https://github.com/npm/ssri/commit/f8121e9e5ea3121b4cf3a59767472ae382373f3f) [#141](https://github.com/npm/ssri/pull/141) run template-oss-apply (@hashtagchris) + ## [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` diff --git a/package.json b/package.json index fb034b3..83306cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssri", - "version": "11.0.0", + "version": "12.0.0", "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.", "main": "lib/index.js", "files": [