Skip to content

Commit 5a7a398

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-05-06) ### Bug Fixes * 🐛 ci and version ([65b5be1](65b5be1)) ### Features * 🎉 init ([66c4867](66c4867)) * 🎉 init 2 ([cd3d1a5](cd3d1a5))
1 parent 65b5be1 commit 5a7a398

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 1.0.0 (2021-05-06)
2+
3+
4+
### Bug Fixes
5+
6+
* :bug: ci and version ([65b5be1](https://github.com/josh-hemphill/csp-typed-directives/commit/65b5be1750890e87f01beabeaf145f5eb6c5d95a))
7+
8+
9+
### Features
10+
11+
* :tada: init ([66c4867](https://github.com/josh-hemphill/csp-typed-directives/commit/66c4867b0951783c734c3777481f9532cab29cf3))
12+
* :tada: init 2 ([cd3d1a5](https://github.com/josh-hemphill/csp-typed-directives/commit/cd3d1a5a2473a23e5d0d599c7fc6ebbf39ae231f))

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.0.6",
3+
"version": "1.0.0",
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)