Skip to content

Commit 2c79734

Browse files
Release 3.14.1
[skip ci] ## [3.14.1](v3.14.0...v3.14.1) (2023-01-17) ### Bug Fixes * export urllib types directly ([#5128](#5128)) ([483bf1d](483bf1d))
1 parent 483bf1d commit 2c79734

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.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+
310
## [3.14.0](https://github.com/eggjs/egg/compare/v3.13.0...v3.14.0) (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.0",
3+
"version": "3.14.1",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)