Skip to content

Commit f019002

Browse files
chore(main): release 1.0.8 (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c9a91c4 commit f019002

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.0.8](https://github.com/netlify/csp-nonce/compare/v1.0.7...v1.0.8) (2023-06-05)
4+
5+
6+
### Bug Fixes
7+
8+
* add report-uri config option ([#26](https://github.com/netlify/csp-nonce/issues/26)) ([a602df8](https://github.com/netlify/csp-nonce/commit/a602df806280ebae70a91d19affbb8f0b45176ee))
9+
* log unnecessary invocations ([#28](https://github.com/netlify/csp-nonce/issues/28)) ([c9a91c4](https://github.com/netlify/csp-nonce/commit/c9a91c44a84aec7804c32a1175549774e3c08956))
10+
311
## [1.0.7](https://github.com/netlify/csp-nonce/compare/v1.0.6...v1.0.7) (2023-06-02)
412

513

package-lock.json

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-csp-nonce",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Use a nonce for the script-src and style-src directives of your Content Security Policy.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)