Skip to content

Commit

Permalink
chore(main): release 1.2.2 (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 25, 2023
1 parent c48daad commit 607dd42
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.2](https://github.com/netlify/plugin-csp-nonce/compare/v1.2.1...v1.2.2) (2023-08-25)


### Bug Fixes

* join excluded extensions into one regex instead of spreading into multiple regexes ([#49](https://github.com/netlify/plugin-csp-nonce/issues/49)) ([f053d5a](https://github.com/netlify/plugin-csp-nonce/commit/f053d5af571c6d3ba3559842e903f5c99c57bb32))
* **perf:** use HTMLRewriter instead of regex for html transformation ([#48](https://github.com/netlify/plugin-csp-nonce/issues/48)) ([c48daad](https://github.com/netlify/plugin-csp-nonce/commit/c48daadf8255b307cee86f680916218f563d9912))

## [1.2.1](https://github.com/netlify/plugin-csp-nonce/compare/v1.2.0...v1.2.1) (2023-06-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@netlify/plugin-csp-nonce",
"version": "1.2.1",
"version": "1.2.2",
"description": "Use a nonce for the script-src and style-src directives of your Content Security Policy.",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 607dd42

Please sign in to comment.