Skip to content

Commit e3ff306

Browse files
Release 3.0.6
[skip ci] ## [3.0.6](v3.0.5...v3.0.6) (2025-03-27) ### Bug Fixes * resources should support multiple middlewares ([#21](#21)) ([acb9c4b](acb9c4b))
1 parent acb9c4b commit e3ff306

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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.0.6](https://github.com/eggjs/router/compare/v3.0.5...v3.0.6) (2025-03-27)
4+
5+
6+
### Bug Fixes
7+
8+
* resources should support multiple middlewares ([#21](https://github.com/eggjs/router/issues/21)) ([acb9c4b](https://github.com/eggjs/router/commit/acb9c4b3e91f7cad0f9605e3a2ca5e68dad270b9))
9+
310
## [3.0.5](https://github.com/eggjs/egg-router/compare/v3.0.4...v3.0.5) (2024-06-16)
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": "@eggjs/router",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"engines": {
55
"node": ">= 18.19.0"
66
},

0 commit comments

Comments
 (0)