Skip to content

Commit a846247

Browse files
Release 3.8.0
[skip ci] ## [3.8.0](v3.7.0...v3.8.0) (2025-01-22) ### Features * support custom pathToRegexpModule ([#102](#102)) ([8e12a8e](8e12a8e))
1 parent 8e12a8e commit a846247

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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+
## [3.8.0](https://github.com/eggjs/security/compare/v3.7.0...v3.8.0) (2025-01-22)
4+
5+
6+
### Features
7+
8+
* support custom pathToRegexpModule ([#102](https://github.com/eggjs/security/issues/102)) ([8e12a8e](https://github.com/eggjs/security/commit/8e12a8ebd379f7c49bdb90ce88d0df75ec7c8855))
9+
310
## [3.7.0](https://github.com/eggjs/egg-security/compare/v3.6.0...v3.7.0) (2025-01-13)
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.7.0",
3+
"version": "3.8.0",
44
"engines": {
55
"node": ">=14.20.0"
66
},

0 commit comments

Comments
 (0)