Skip to content

Commit 208877b

Browse files
chore: Update version for release (#47)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8ea9e6c commit 208877b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/odd-shoes-add.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.8
4+
5+
### Patch Changes
6+
7+
- 8ea9e6c: fetch called on non Window object
8+
39
## 4.3.7
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.7",
3+
"version": "4.3.8",
44
"description": "Web API compatible fetch implementation",
55
"main": "./dist/lib.node.cjs",
66
"module": "./src/lib.node.js",

0 commit comments

Comments
 (0)