Skip to content

Commit ba65b07

Browse files
chore: release 11.0.0 (#138)
🤖 I have created a release *beep* *boop* --- ## [11.0.0](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`](29a6e2c) Address breaking engine change in dependency (@hashtagchris) ### Chores * [`db4219f`](db4219f) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`f2dd012`](f2dd012) template-oss-apply (@hashtagchris) * [`f2a2a9d`](f2a2a9d) postinstall for dependabot template-oss PR (@hashtagchris) * [`4508f71`](4508f71) 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>
1 parent db4219f commit ba65b07

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.0.6"
2+
".": "11.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [11.0.0](https://github.com/npm/ssri/compare/v10.0.6...v11.0.0) (2024-09-03)
4+
### ⚠️ BREAKING CHANGES
5+
* `ssri` is now compatible with the following semver range for node: `^16.14.0 || >=18.0.0`
6+
### Bug Fixes
7+
* [`29a6e2c`](https://github.com/npm/ssri/commit/29a6e2c2e0d919f595ab1d9e0b685e9627f7ec41) Address breaking engine change in dependency (@hashtagchris)
8+
### Chores
9+
* [`db4219f`](https://github.com/npm/ssri/commit/db4219f28ab4576c32cde8ef008f2fc408b7f577) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
10+
* [`f2dd012`](https://github.com/npm/ssri/commit/f2dd0125e4381f54ce97d4e03e57c21b3ff0aa3d) template-oss-apply (@hashtagchris)
11+
* [`f2a2a9d`](https://github.com/npm/ssri/commit/f2a2a9d09fd8956180b8aaf30b69481f61da0e2d) postinstall for dependabot template-oss PR (@hashtagchris)
12+
* [`4508f71`](https://github.com/npm/ssri/commit/4508f71d8a873a2d3cee9369fa6117530bee6b6c) bump @npmcli/template-oss from 4.22.0 to 4.23.3 (@dependabot[bot])
13+
314
## [10.0.6](https://github.com/npm/ssri/compare/v10.0.5...v10.0.6) (2024-05-04)
415

516
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssri",
3-
"version": "10.0.6",
3+
"version": "11.0.0",
44
"description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)