Skip to content

Commit

Permalink
chore(main): release 1.3.7 (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 19, 2024
1 parent b56bccc commit 4f1e085
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.7](https://github.com/netlify/plugin-csp-nonce/compare/v1.3.6...v1.3.7) (2024-12-19)


### Bug Fixes

* 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))

## [1.3.6](https://github.com/netlify/plugin-csp-nonce/compare/v1.3.5...v1.3.6) (2024-11-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@netlify/plugin-csp-nonce",
"version": "1.3.6",
"version": "1.3.7",
"description": "Use a nonce for the script-src and style-src directives of your Content Security Policy.",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 4f1e085

Please sign in to comment.