Skip to content

Commit b8c0d28

Browse files
chore(main): release 1.3.8 (#124)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5c52f04 commit b8c0d28

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.3.8](https://github.com/netlify/plugin-csp-nonce/compare/v1.3.7...v1.3.8) (2025-01-14)
4+
5+
6+
### Bug Fixes
7+
8+
* Explicitly implement error bypass behavior instead of relying on the platform ([#123](https://github.com/netlify/plugin-csp-nonce/issues/123)) ([5c52f04](https://github.com/netlify/plugin-csp-nonce/commit/5c52f04e454ccae0c0fce682fbaadff923cd2383))
9+
* update @netlify/build-info to v8.0.0 ([#122](https://github.com/netlify/plugin-csp-nonce/issues/122)) ([10997a9](https://github.com/netlify/plugin-csp-nonce/commit/10997a91781433bfaf3f430da652886208aeec0d))
10+
311
## [1.3.7](https://github.com/netlify/plugin-csp-nonce/compare/v1.3.6...v1.3.7) (2024-12-19)
412

513

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.7",
4+
"version": "1.3.8",
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)