Skip to content

Commit d1299a3

Browse files
Release 3.7.0
[skip ci] ## [3.7.0](v3.6.0...v3.7.0) (2025-01-13) ### Features * csrf support check origin header with referer type ([#69](#69)) ([2c950d3](2c950d3))
1 parent 2c950d3 commit d1299a3

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.7.0](https://github.com/eggjs/egg-security/compare/v3.6.0...v3.7.0) (2025-01-13)
4+
5+
6+
### Features
7+
8+
* csrf support check origin header with referer type ([#69](https://github.com/eggjs/egg-security/issues/69)) ([2c950d3](https://github.com/eggjs/egg-security/commit/2c950d3d2a464c5f4d3af79bc7ea32c7595018c6))
9+
310
## [3.6.0](https://github.com/eggjs/egg-security/compare/v3.5.0...v3.6.0) (2024-07-08)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-security",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"engines": {
55
"node": ">=14.20.0"
66
},

0 commit comments

Comments
 (0)