Skip to content

Commit 45fe78f

Browse files
chore: Update version for release
1 parent eeac5aa commit 45fe78f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/healthy-buckets-drum.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.4.3
4+
5+
### Patch Changes
6+
7+
- 7a8596e: If locationURL’s scheme is not an HTTP(S) scheme, then return a network error. https://fetch.spec.whatwg.org/#http-redirect-fetch
8+
39
## 4.4.2
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.4.2",
3+
"version": "4.4.3",
44
"description": "Web API compatible fetch implementation",
55
"main": "./dist/lib.node.cjs",
66
"module": "./src/lib.node.js",

0 commit comments

Comments
 (0)