From 967b695c4c0958866625413c997a0b71c466f6d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:57:36 +0100 Subject: [PATCH] chore(main): release 1.4.0 (#128) 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 93d65e3..7b62ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/netlify/plugin-csp-nonce/compare/v1.3.9...v1.4.0) (2025-01-20) + + +### Features + +* allow self and unsafeInline as inputs ([#127](https://github.com/netlify/plugin-csp-nonce/issues/127)) ([0157428](https://github.com/netlify/plugin-csp-nonce/commit/01574286efe061dd885c6acb13d35fac79e86107)) + ## [1.3.9](https://github.com/netlify/plugin-csp-nonce/compare/v1.3.8...v1.3.9) (2025-01-15) diff --git a/package-lock.json b/package-lock.json index 92520c8..9a47450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-csp-nonce", - "version": "1.3.9", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@netlify/plugin-csp-nonce", - "version": "1.3.9", + "version": "1.4.0", "license": "MIT", "dependencies": { "@netlify/build-info": "^8.0.0" diff --git a/package.json b/package.json index a607beb..cedf7b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@netlify/plugin-csp-nonce", - "version": "1.3.9", + "version": "1.4.0", "description": "Use a nonce for the script-src and style-src directives of your Content Security Policy.", "main": "index.js", "repository": {