Skip to content

Commit

Permalink
chore(release): 1.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.6](v1.1.5...v1.1.6) (2021-05-11)

### Bug Fixes

* 🐛 allow early validation ([7648cb1](7648cb1))
  • Loading branch information
semantic-release-bot committed May 11, 2021
1 parent 7648cb1 commit a18a850
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions 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": "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": {
Expand Down

0 comments on commit a18a850

Please sign in to comment.