Skip to content

Commit 3902b7a

Browse files
chore(release): 1.1.9 [skip ci]
## [1.1.9](v1.1.8...v1.1.9) (2021-10-10) ### Bug Fixes * 🐛 move globals to normal ts to include missing in dist ([e45fbc7](e45fbc7))
1 parent e45fbc7 commit 3902b7a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.9](https://github.com/josh-hemphill/csp-typed-directives/compare/v1.1.8...v1.1.9) (2021-10-10)
2+
3+
4+
### Bug Fixes
5+
6+
* :bug: move globals to normal ts to include missing in dist ([e45fbc7](https://github.com/josh-hemphill/csp-typed-directives/commit/e45fbc79ffbb33df43652834b94e91519e1c4657))
7+
18
## [1.1.8](https://github.com/josh-hemphill/csp-typed-directives/compare/v1.1.7...v1.1.8) (2021-10-04)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csp-typed-directives",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"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.",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)