Skip to content

Commit

Permalink
chore: release 12.0.0 (#142)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [12.0.0](v11.0.0...v12.0.0)
(2024-09-24)
### ⚠️ BREAKING CHANGES
* `ssri` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
*
[`b7a3f9a`](b7a3f9a)
[#141](#141) align to npm 10 node engine
range (@hashtagchris)
### Chores
*
[`f8121e9`](f8121e9)
[#141](#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>
  • Loading branch information
github-actions[bot] authored Sep 25, 2024
1 parent f8121e9 commit 35c1f96
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@
{
".": "11.0.0"
".": "12.0.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
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": "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": [
Expand Down

0 comments on commit 35c1f96

Please sign in to comment.