Skip to content

Commit 4f1e085

Browse files
chore(main): release 1.3.7 (#121)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b56bccc commit 4f1e085

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,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.7](https://github.com/netlify/plugin-csp-nonce/compare/v1.3.6...v1.3.7) (2024-12-19)
4+
5+
6+
### Bug Fixes
7+
8+
* use version 2.2.1 of csp_nonce_html_transformer which fixes an issue in the embedded wasm entrypoint where it was embedding the wasm but also fetching it over the network ([#120](https://github.com/netlify/plugin-csp-nonce/issues/120)) ([b56bccc](https://github.com/netlify/plugin-csp-nonce/commit/b56bcccf9fc3b3446a98616e1caca4afb963a3c0))
9+
310
## [1.3.6](https://github.com/netlify/plugin-csp-nonce/compare/v1.3.5...v1.3.6) (2024-11-25)
411

512

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,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@netlify/plugin-csp-nonce",
4-
"version": "1.3.6",
4+
"version": "1.3.7",
55
"description": "Use a nonce for the script-src and style-src directives of your Content Security Policy.",
66
"main": "index.js",
77
"repository": {

0 commit comments

Comments
 (0)