We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d9fdb commit bf29d28Copy full SHA for bf29d28
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [3.30.0](https://github.com/eggjs/egg/compare/v3.29.0...v3.30.0) (2025-01-09)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "egg",
- "version": "3.30.0",
+ "version": "3.30.1",
"publishConfig": {
"tag": "latest",
"access": "public"
0 commit comments