Skip to content

Commit

Permalink
chore: release 11.0.0 (#138)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Sep 3, 2024
1 parent db4219f commit ba65b07
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@
{
".": "10.0.6"
".": "11.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "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": [
Expand Down

0 comments on commit ba65b07

Please sign in to comment.