We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e12a8e commit a846247Copy full SHA for a846247
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [3.7.0](https://github.com/eggjs/egg-security/compare/v3.6.0...v3.7.0) (2025-01-13)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "egg-security",
- "version": "3.7.0",
+ "version": "3.8.0",
"engines": {
"node": ">=14.20.0"
},
0 commit comments