Skip to content

Commit 8423163

Browse files
Release 3.17.2
[skip ci] ## [3.17.2](v3.17.1...v3.17.2) (2023-06-25) ### Bug Fixes * don't require inspector module on production env ([#5228](#5228)) ([398fe15](398fe15))
1 parent 398fe15 commit 8423163

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.17.2](https://github.com/eggjs/egg/compare/v3.17.1...v3.17.2) (2023-06-25)
4+
5+
6+
### Bug Fixes
7+
8+
* don't require inspector module on production env ([#5228](https://github.com/eggjs/egg/issues/5228)) ([398fe15](https://github.com/eggjs/egg/commit/398fe15eb28c3bbe8d79a0c2b129d55922f45a9a))
9+
310
## [3.17.1](https://github.com/eggjs/egg/compare/v3.17.0...v3.17.1) (2023-06-22)
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.17.1",
3+
"version": "3.17.2",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)