Skip to content

Commit 9957b9c

Browse files
committedFeb 22, 2024·
Release 3.20.0
[skip ci] ## [3.20.0](v3.19.0...v3.20.0) (2024-02-22) ### Features * urllib-next alias to npm:urllib ([#5299](#5299)) ([61cd51d](61cd51d))
1 parent 61cd51d commit 9957b9c

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.20.0](https://github.com/eggjs/egg/compare/v3.19.0...v3.20.0) (2024-02-22)
4+
5+
6+
### Features
7+
8+
* urllib-next alias to npm:urllib ([#5299](https://github.com/eggjs/egg/issues/5299)) ([61cd51d](https://github.com/eggjs/egg/commit/61cd51d02a86cb6ca8d510fb3ea3a1ed73f7beec))
9+
310
## [3.19.0](https://github.com/eggjs/egg/compare/v3.18.0...v3.19.0) (2024-02-08)
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.19.0",
3+
"version": "3.20.0",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)
Please sign in to comment.