Skip to content

Commit c88170b

Browse files
chore: release @web-std/fetch 4.1.0 (#61)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c719b0d commit c88170b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/fetch/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.1.0](https://www.github.com/web-std/io/compare/fetch-v4.0.1...fetch-v4.1.0) (2022-04-20)
4+
5+
6+
### Features
7+
8+
* add support for application/x-www-form-urlencoded in request.formData() ([#60](https://www.github.com/web-std/io/issues/60)) ([c719b0d](https://www.github.com/web-std/io/commit/c719b0de442811eb588309b777ab6ab3d966cdf1))
9+
310
### [4.0.1](https://www.github.com/web-std/io/compare/fetch-v4.0.0...fetch-v4.0.1) (2022-04-13)
411

512

packages/fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web-std/fetch",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "Web API compatible fetch implementation",
55
"main": "./dist/lib.node.cjs",
66
"module": "./src/lib.node.js",

0 commit comments

Comments
 (0)