We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483bf1d commit 2c79734Copy full SHA for 2c79734
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.14.1](https://github.com/eggjs/egg/compare/v3.14.0...v3.14.1) (2023-01-17)
4
+
5
6
+### Bug Fixes
7
8
+* export urllib types directly ([#5128](https://github.com/eggjs/egg/issues/5128)) ([483bf1d](https://github.com/eggjs/egg/commit/483bf1d12bee5157f9a95e0a5b7403fc7562900e))
9
10
## [3.14.0](https://github.com/eggjs/egg/compare/v3.13.0...v3.14.0) (2023-01-17)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "egg",
- "version": "3.14.0",
+ "version": "3.14.1",
"publishConfig": {
"tag": "latest"
},
0 commit comments