Skip to content

Commit 649754b

Browse files
chore(main): release 1.3.9 (#126)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f1a0ef1 commit 649754b

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.9](https://github.com/netlify/plugin-csp-nonce/compare/v1.3.8...v1.3.9) (2025-01-15)
4+
5+
6+
### Bug Fixes
7+
8+
* update to 2.2.2 of the transformer library to avoid a warning being emitted to the console ([#125](https://github.com/netlify/plugin-csp-nonce/issues/125)) ([f1a0ef1](https://github.com/netlify/plugin-csp-nonce/commit/f1a0ef1852ce77b0d428c43af4d4f6547f62e7ef))
9+
310
## [1.3.8](https://github.com/netlify/plugin-csp-nonce/compare/v1.3.7...v1.3.8) (2025-01-14)
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.8",
4+
"version": "1.3.9",
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)