Skip to content

Commit e8bb315

Browse files
Release 5.5.1
[skip ci] ## [5.5.1](v5.5.0...v5.5.1) (2025-01-22) ### Bug Fixes * support EGG_OPTIONS_PATH_TO_REGEXP_MODULE env ([#292](#292)) ([f253ea2](f253ea2))
1 parent f253ea2 commit e8bb315

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [5.5.0](https://github.com/eggjs/core/compare/v5.4.1...v5.5.0) (2025-01-22)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-core",
3-
"version": "5.5.0",
3+
"version": "5.5.1",
44
"publishConfig": {
55
"tag": "latest-5"
66
},

0 commit comments

Comments
 (0)