Skip to content

Commit

Permalink
chore(release): 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed May 17, 2021
1 parent 809c84d commit 9bb0cee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [7.1.1](https://github.com/npm/ssri/compare/v7.1.0...v7.1.1) (2021-05-17)


### Bug Fixes

* backport regex change from 8.0.1 ([809c84d](https://github.com/npm/ssri/commit/809c84d)), closes [#20](https://github.com/npm/ssri/issues/20)

## [7.1.0](https://github.com/npm/ssri/compare/v7.0.1...v7.1.0) (2019-10-24)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 9bb0cee

Please sign in to comment.