Skip to content

Commit 3e4d588

Browse files
chore: Update version for release (#36)
1 parent cf9ee6f commit 3e4d588

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/light-snails-leave.md

-5
This file was deleted.

packages/fetch/CHANGELOG.md

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

3+
## 4.3.5
4+
5+
### Patch Changes
6+
7+
- cf9ee6f: Submitted empty file inputs are now correctly parsed out as empty `File` instances instead of being surfaced as an empty string via `request.formData()`
8+
39
## 4.3.4
410

511
### Patch Changes

packages/fetch/package.json

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

0 commit comments

Comments
 (0)