diff --git a/CHANGELOG.md b/CHANGELOG.md index 462cf92..5d1af95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.6](https://github.com/josh-hemphill/csp-typed-directives/compare/v1.1.5...v1.1.6) (2021-05-11) + + +### Bug Fixes + +* :bug: allow early validation ([7648cb1](https://github.com/josh-hemphill/csp-typed-directives/commit/7648cb191986e8eac793614806c286206e74dc1b)) + ## [1.1.5](https://github.com/josh-hemphill/csp-typed-directives/compare/v1.1.4...v1.1.5) (2021-05-10) diff --git a/package-lock.json b/package-lock.json index 91882a4..fa66650 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "csp-typed-directives", - "version": "1.1.5", + "version": "1.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.1.5", + "version": "1.1.6", "license": "MIT", "devDependencies": { "@commitlint/cli": "^12.1.1", diff --git a/package.json b/package.json index 3e2835e..9efef62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csp-typed-directives", - "version": "1.1.5", + "version": "1.1.6", "description": "Provides type information for all CSP directives and related headers' directives; as well as a basic utility funtion that helps convert the typed properties to the header content's policy string.", "type": "module", "scripts": {