Skip to content

Commit b5dccce

Browse files
Release 4.6.7
[skip ci] ## [4.6.7](v4.6.6...v4.6.7) (2024-12-11) ### Bug Fixes * should not throw when fetch a Request with post ([#563](#563)) ([6f9f353](6f9f353))
1 parent 6f9f353 commit b5dccce

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.6.7](https://github.com/node-modules/urllib/compare/v4.6.6...v4.6.7) (2024-12-11)
4+
5+
6+
### Bug Fixes
7+
8+
* should not throw when fetch a Request with post ([#563](https://github.com/node-modules/urllib/issues/563)) ([6f9f353](https://github.com/node-modules/urllib/commit/6f9f353c57cd5327b1a00564774830eac29cbcbd))
9+
310
## [4.6.6](https://github.com/node-modules/urllib/compare/v4.6.5...v4.6.6) (2024-12-07)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urllib",
3-
"version": "4.6.6",
3+
"version": "4.6.7",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)