Skip to content

Commit 12567d2

Browse files
chore(main): release 1.0.5 (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 42a2109 commit 12567d2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.5](https://github.com/netlify/csp-nonce/compare/v1.0.4...v1.0.5) (2023-06-01)
4+
5+
6+
### Bug Fixes
7+
8+
* remove style-src directive checks ([#15](https://github.com/netlify/csp-nonce/issues/15)) ([42a2109](https://github.com/netlify/csp-nonce/commit/42a21092569ef3764fb98b5175a3e6fb9ab9ee1d))
9+
310
## [1.0.4](https://github.com/netlify/csp-nonce/compare/v1.0.3...v1.0.4) (2023-05-31)
411

512

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "@netlify/plugin-csp-nonce",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Use a nonce for the script-src and style-src directives of your Content Security Policy.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)