Skip to content

Commit bf29d28

Browse files
Release 3.30.1
[skip ci] ## [3.30.1](v3.30.0...v3.30.1) (2025-01-19) ### Bug Fixes * redefine urllib export types ([#5386](#5386)) ([02d9fdb](02d9fdb))
1 parent 02d9fdb commit bf29d28

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.30.1](https://github.com/eggjs/egg/compare/v3.30.0...v3.30.1) (2025-01-19)
4+
5+
6+
### Bug Fixes
7+
8+
* redefine urllib export types ([#5386](https://github.com/eggjs/egg/issues/5386)) ([02d9fdb](https://github.com/eggjs/egg/commit/02d9fdb7c127f9e8150bdb8f23977a2effeaf6ae))
9+
310
## [3.30.0](https://github.com/eggjs/egg/compare/v3.29.0...v3.30.0) (2025-01-09)
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.30.0",
3+
"version": "3.30.1",
44
"publishConfig": {
55
"tag": "latest",
66
"access": "public"

0 commit comments

Comments
 (0)