Skip to content

Commit da41dad

Browse files
chore(main): release 1.1.1 (#32)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6499e81 commit da41dad

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.1.1](https://github.com/netlify/plugin-csp-nonce/compare/v1.1.0...v1.1.1) (2023-06-05)
4+
5+
6+
### Bug Fixes
7+
8+
* actually make public ([#31](https://github.com/netlify/plugin-csp-nonce/issues/31)) ([6499e81](https://github.com/netlify/plugin-csp-nonce/commit/6499e813dac55d888aa77f99462013f178448252))
9+
310
## [1.1.0](https://github.com/netlify/plugin-csp-nonce/compare/v1.0.8...v1.1.0) (2023-06-05)
411

512

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,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@netlify/plugin-csp-nonce",
4-
"version": "1.1.0",
4+
"version": "1.1.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)