Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5"
".": "10.0.6"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [10.0.6](https://github.com/npm/ssri/compare/v10.0.5...v10.0.6) (2024-05-04)

### Bug Fixes

* [`f3773e2`](https://github.com/npm/ssri/commit/f3773e21f966259ab3928dc2a9058fa3d3d82a55) [#127](https://github.com/npm/ssri/pull/127) linting: no-unused-vars (@lukekarrys)

### Chores

* [`55e7dfb`](https://github.com/npm/ssri/commit/55e7dfbe3fae8c1d520a4d0c90ac163dac6aa9b1) [#127](https://github.com/npm/ssri/pull/127) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
* [`96d1795`](https://github.com/npm/ssri/commit/96d1795b9339c9c161bf3ca46cc4d3729a8e8aab) [#127](https://github.com/npm/ssri/pull/127) postinstall for dependabot template-oss PR (@lukekarrys)
* [`10d5e8a`](https://github.com/npm/ssri/commit/10d5e8ae4916895752bd6a1a704f275a1c2f4083) [#125](https://github.com/npm/ssri/pull/125) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

## [10.0.5](https://github.com/npm/ssri/compare/v10.0.4...v10.0.5) (2023-08-14)

### Dependencies
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.5",
"version": "10.0.6",
"description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
"main": "lib/index.js",
"files": [
Expand Down