Skip to content

Commit 0f1ac23

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

File tree

5 files changed

+22
-9
lines changed

5 files changed

+22
-9
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 6.1.0 (2025-03-08)
2+
3+
### 🚀 Features
4+
5+
- Support reporting-endpoints headers ([#11](https://github.com/frux/csp/pull/11))
6+
- add nonce to res.locals as well / closes #12 ([#12](https://github.com/frux/csp/issues/12))
7+
8+
### ❤️ Thank You
9+
10+
- ManuelRauber
11+
- Kirill Pavlov
12+
113
## 6.0.1 (2025-02-13)
214

315
This was a version bump only, there were no code changes.
@@ -8,4 +20,4 @@ This was a version bump only, there were no code changes.
820

921
### ❤️ Thank You
1022

11-
- Milo Cesar
23+
- Milo Cesar

nx.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
},
1414
"release": {
1515
"version": {
16-
"preVersionCommand": "npm run clean && npx nx run-many -t build"
16+
"preVersionCommand": "npm run clean && npx nx run-many -t build",
17+
"conventionalCommits": true
1718
}
1819
},
1920
"defaultBase": "master"
20-
}
21+
}

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)