Skip to content

Commit 9bff365

Browse files
Release 3.0.2
[skip ci] ## [3.0.2](v3.0.1...v3.0.2) (2024-06-16) ### Bug Fixes * support router.verb(method, path, controllerString) ([#12](#12)) ([34cea74](34cea74))
1 parent 34cea74 commit 9bff365

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+
## [3.0.2](https://github.com/eggjs/egg-router/compare/v3.0.1...v3.0.2) (2024-06-16)
4+
5+
6+
### Bug Fixes
7+
8+
* support router.verb(method, path, controllerString) ([#12](https://github.com/eggjs/egg-router/issues/12)) ([34cea74](https://github.com/eggjs/egg-router/commit/34cea74a52a6651b5a5b30c4b2aee1c0776477a2))
9+
310
## [3.0.1](https://github.com/eggjs/egg-router/compare/v3.0.0...v3.0.1) (2024-06-15)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/router",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"engines": {
55
"node": ">= 18.19.0"
66
},

0 commit comments

Comments
 (0)