Skip to content

Commit 1c0c7f1

Browse files
Release 3.14.2
[skip ci] ## [3.14.2](v3.14.1...v3.14.2) (2023-01-20) ### Bug Fixes * **types:** app.router.url params should be optional ([#5132](#5132)) ([dda6bb3](dda6bb3))
1 parent dda6bb3 commit 1c0c7f1

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.14.2](https://github.com/eggjs/egg/compare/v3.14.1...v3.14.2) (2023-01-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **types:** app.router.url params should be optional ([#5132](https://github.com/eggjs/egg/issues/5132)) ([dda6bb3](https://github.com/eggjs/egg/commit/dda6bb3674af4acbdd7d5eb2f2ca373c714c7d2d))
9+
310
## [3.14.1](https://github.com/eggjs/egg/compare/v3.14.0...v3.14.1) (2023-01-17)
411

512

package.json

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

0 commit comments

Comments
 (0)