From 28ebe5c0071e287b19b23f984ca748737e1451f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:36:59 +0000 Subject: [PATCH] chore(main): release 1.3.5-alpha.1 (#114) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4331a09..2c9071a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.5-alpha.1](https://github.com/netlify/plugin-csp-nonce/compare/v1.3.4-alpha.1...v1.3.5-alpha.1) (2024-11-21) + + +### Bug Fixes + +* use version 2.1.5 of csp_nonce_html_transformer which fixes a potential race condition with importing and instantiating the wasm instance ([#113](https://github.com/netlify/plugin-csp-nonce/issues/113)) ([0253179](https://github.com/netlify/plugin-csp-nonce/commit/0253179f11f5ab339652fb720dbc383ab702cd90)) + ## [1.3.4-alpha.1](https://github.com/netlify/plugin-csp-nonce/compare/v1.3.3-alpha.1...v1.3.4-alpha.1) (2024-11-20) diff --git a/package-lock.json b/package-lock.json index 2ecccd1..c87e9fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-csp-nonce", - "version": "1.3.4-alpha.1", + "version": "1.3.5-alpha.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@netlify/plugin-csp-nonce", - "version": "1.3.4-alpha.1", + "version": "1.3.5-alpha.1", "license": "MIT", "dependencies": { "@netlify/build-info": "^7.15.2" diff --git a/package.json b/package.json index 490f499..ee21b6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@netlify/plugin-csp-nonce", - "version": "1.3.4-alpha.1", + "version": "1.3.5-alpha.1", "description": "Use a nonce for the script-src and style-src directives of your Content Security Policy.", "main": "index.js", "repository": {