Skip to content

Commit 6877f07

Browse files
chore(main): release 1.0.6 (#19)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7746bff commit 6877f07

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.6](https://github.com/netlify/csp-nonce/compare/v1.0.5...v1.0.6) (2023-06-01)
4+
5+
6+
### Bug Fixes
7+
8+
* fix bug related to missing script tag ([#18](https://github.com/netlify/csp-nonce/issues/18)) ([7746bff](https://github.com/netlify/csp-nonce/commit/7746bffcd1043d3cd787ef346a2f0ecd29437c4a))
9+
310
## [1.0.5](https://github.com/netlify/csp-nonce/compare/v1.0.4...v1.0.5) (2023-06-01)
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.5",
3+
"version": "1.0.6",
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)