Skip to content

Commit 5521168

Browse files
committed
chore(release): publish 6.1.0
1 parent f6c08ba commit 5521168

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 6.1.0 (2025-03-08)
2+
3+
### 🚀 Features
4+
5+
- add nonce to res.locals as well / closes #12 ([#12](https://github.com/frux/csp/issues/12))
6+
7+
### ❤️ Thank You
8+
9+
- Vladimir Kudinov
10+
111
## 6.0.1 (2025-02-13)
212

313
This was a version bump only, there were no code changes.

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/csp-header/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csp-header",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"description": "Content-Security-Policy header generator",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/express-csp-header/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-csp-header",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"description": "Content-Security-Policy middleware for Express",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -32,7 +32,7 @@
3232
"@types/psl": "1.1.3"
3333
},
3434
"dependencies": {
35-
"csp-header": "^6.0.1",
35+
"csp-header": "^6.1.0",
3636
"psl": "1.10.0"
3737
}
3838
}

0 commit comments

Comments
 (0)