Skip to content

Commit 9cabb20

Browse files
chore: Update version for release (#34)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7f91c87 commit 9cabb20

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/polite-eggs-jam.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.4
4+
5+
### Patch Changes
6+
7+
- 7f91c87: fixes "ERR_INVALID_THIS" on Node 20
8+
39
## 4.3.3
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.3",
3+
"version": "4.3.4",
44
"description": "Web API compatible fetch implementation",
55
"main": "./dist/lib.node.cjs",
66
"module": "./src/lib.node.js",

0 commit comments

Comments
 (0)