We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f253ea2 commit e8bb315Copy full SHA for e8bb315
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [5.5.1](https://github.com/eggjs/core/compare/v5.5.0...v5.5.1) (2025-01-22)
4
+
5
6
+### Bug Fixes
7
8
+* support EGG_OPTIONS_PATH_TO_REGEXP_MODULE env ([#292](https://github.com/eggjs/core/issues/292)) ([f253ea2](https://github.com/eggjs/core/commit/f253ea2969c7c16a819b83844e025b059376b494))
9
10
## [5.5.0](https://github.com/eggjs/core/compare/v5.4.1...v5.5.0) (2025-01-22)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "egg-core",
- "version": "5.5.0",
+ "version": "5.5.1",
"publishConfig": {
"tag": "latest-5"
},
0 commit comments