Skip to content

Commit b96a894

Browse files
chore(main): release 1.3.1-alpha.1 (#103)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fa0422a commit b96a894

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [1.3.1-alpha.1](https://github.com/netlify/plugin-csp-nonce/compare/v1.3.0...v1.3.1-alpha.1) (2024-11-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **refactor:** use csp_nonce_html_transformer library ([#96](https://github.com/netlify/plugin-csp-nonce/issues/96)) ([abefa61](https://github.com/netlify/plugin-csp-nonce/commit/abefa61f044222cd1dc30c3bbb9b4a6c6474b0e8))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release 1.3.1-alpha.1 ([fa0422a](https://github.com/netlify/plugin-csp-nonce/commit/fa0422aecb283f5b9754bb441e4885ed58462f86))
14+
315
## [1.3.0](https://github.com/netlify/plugin-csp-nonce/compare/v1.2.13...v1.3.0) (2024-11-05)
416

517

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.0",
4+
"version": "1.3.1-alpha.1",
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)