diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d5447a..ef05943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index fc0b792..b2e619a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ssri", - "version": "7.1.0", + "version": "7.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index df1e7df..17b7e41 100644 --- a/package.json +++ b/package.json @@ -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": [