Skip to content

Commit 7a255e8

Browse files
Release 5.5.0
[skip ci] ## [5.5.0](v5.4.1...v5.5.0) (2025-01-22) ### Features * support custom pathToRegexpModule on app.options ([#290](#290)) ([72ba3a8](72ba3a8))
1 parent 72ba3a8 commit 7a255e8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Changelog
2+
3+
## [5.5.0](https://github.com/eggjs/core/compare/v5.4.1...v5.5.0) (2025-01-22)
4+
5+
6+
### Features
7+
8+
* support custom pathToRegexpModule on app.options ([#290](https://github.com/eggjs/core/issues/290)) ([72ba3a8](https://github.com/eggjs/core/commit/72ba3a8cf13ae6174f004fd0283e2281551c163c))
9+
110
5.4.1 / 2023-12-20
211
==================
312

Diff for: package.json

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

0 commit comments

Comments
 (0)