Skip to content

Commit

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


## [10.0.6](v10.0.5...v10.0.6)
(2024-05-04)

### Bug Fixes

*
[`f3773e2`](f3773e2)
[#127](#127) linting: no-unused-vars
(@lukekarrys)

### Chores

*
[`55e7dfb`](55e7dfb)
[#127](#127) bump @npmcli/template-oss
to 4.22.0 (@lukekarrys)
*
[`96d1795`](96d1795)
[#127](#127) postinstall for dependabot
template-oss PR (@lukekarrys)
*
[`10d5e8a`](10d5e8a)
[#125](#125) bump @npmcli/template-oss
from 4.21.3 to 4.21.4 (@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] committed May 4, 2024
1 parent f3773e2 commit 422a99e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "10.0.5"
".": "10.0.6"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -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
@@ -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

0 comments on commit 422a99e

Please sign in to comment.