Skip to content

Commit 124ed66

Browse files
committed
chore(release): publish 6.2.1
1 parent b3ced1e commit 124ed66

File tree

4 files changed

+28
-18
lines changed

4 files changed

+28
-18
lines changed

CHANGELOG.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,45 @@
1+
## 6.2.1 (2025-11-28)
2+
3+
### 🚀 Patches
4+
5+
- Fix allow-scripts header / Fixes #15 ([#15](https://github.com/frux/csp/pull/17))
6+
7+
### ❤️ Thank You
8+
9+
- tandrup
10+
111
## 6.2.0 (2025-10-08)
212

313
### 🚀 Features
414

5-
- add nonce to res.locals as well / closes #12 ([#12](https://github.com/frux/csp/issues/12))
6-
- add support boolean in CSPListDirectiveValue ([074a8a9](https://github.com/frux/csp/commit/074a8a9))
15+
- add nonce to res.locals as well / closes #12 ([#12](https://github.com/frux/csp/issues/12))
16+
- add support boolean in CSPListDirectiveValue ([074a8a9](https://github.com/frux/csp/commit/074a8a9))
717

8-
### ❤️ Thank You
18+
### ❤️ Thank You
919

10-
- Dmitry Los
11-
- Vladimir Kudinov
20+
- Dmitry Los
21+
- Vladimir Kudinov
1222

1323
## 6.1.0 (2025-03-08)
1424

1525
### 🚀 Features
1626

17-
- Support reporting-endpoints headers ([#11](https://github.com/frux/csp/pull/11))
18-
- add nonce to res.locals as well / closes #12 ([#12](https://github.com/frux/csp/issues/12))
27+
- Support reporting-endpoints headers ([#11](https://github.com/frux/csp/pull/11))
28+
- add nonce to res.locals as well / closes #12 ([#12](https://github.com/frux/csp/issues/12))
1929

20-
### ❤️ Thank You
30+
### ❤️ Thank You
2131

22-
- ManuelRauber
23-
- Kirill Pavlov
32+
- ManuelRauber
33+
- Kirill Pavlov
2434

2535
## 6.0.1 (2025-02-13)
2636

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

2939
# 6.0.0 (2024-11-14)
3040

31-
- **csp-header:** Remove "'none'" value for merged directives with multiple declarations
41+
- **csp-header:** Remove "'none'" value for merged directives with multiple declarations
3242

3343
### ❤️ Thank You
3444

35-
- Milo Cesar
45+
- Milo Cesar

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/csp-header/package.json

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

packages/express-csp-header/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-csp-header",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
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.2.0",
35+
"csp-header": "^6.2.1",
3636
"psl": "1.10.0"
3737
}
3838
}

0 commit comments

Comments
 (0)