Skip to content

Commit 8ea89b0

Browse files
chore(main): release 1.2.13 (#91)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6aeef74 commit 8ea89b0

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.2.13](https://github.com/netlify/plugin-csp-nonce/compare/v1.2.12...v1.2.13) (2024-11-05)
4+
5+
6+
### Performance Improvements
7+
8+
* refactor the content-type check from `startsWith("text/html")` to `=== "text/html" ([#85](https://github.com/netlify/plugin-csp-nonce/issues/85)) ([6aeef74](https://github.com/netlify/plugin-csp-nonce/commit/6aeef74613b33f4d1bdfbd3261072b7cbc94184e))
9+
310
## [1.2.12](https://github.com/netlify/plugin-csp-nonce/compare/v1.2.11...v1.2.12) (2024-11-04)
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.2.12",
4+
"version": "1.2.13",
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)