Skip to content

Commit 3e72ec0

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 10.0.2
1 parent 8e80eca commit 3e72ec0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.1"
2+
".": "10.0.2"
33
}

CHANGELOG.md

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

3+
## [10.0.2](https://github.com/npm/ssri/compare/v10.0.1...v10.0.2) (2023-04-03)
4+
5+
### Bug Fixes
6+
7+
* [`8e80eca`](https://github.com/npm/ssri/commit/8e80eca497bd7f6a714498df6ad64f3faef3bc5e) [#74](https://github.com/npm/ssri/pull/74) move from symbols to private methods (#74) (@wraithgar)
8+
* [`a316b12`](https://github.com/npm/ssri/commit/a316b12e0c177757528c643ac28ce8b2425fcb3f) [#75](https://github.com/npm/ssri/pull/75) faster toString for integrity (#75) (@H4ad)
9+
* [`6e6877d`](https://github.com/npm/ssri/commit/6e6877d55cf608ea9b80b19a389f7e1775421e24) [#72](https://github.com/npm/ssri/pull/72) remove spread of defaultOpts (#72) (@H4ad)
10+
311
## [10.0.1](https://github.com/npm/ssri/compare/v10.0.0...v10.0.1) (2022-12-07)
412

513
### Dependencies

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.1",
3+
"version": "10.0.2",
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)