Skip to content

Commit 57acdf2

Browse files
chore: Update version for release (#25)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3b9b384 commit 57acdf2

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/giant-taxis-breathe.md

-5
This file was deleted.

.changeset/soft-gorillas-travel.md

-5
This file was deleted.

packages/fetch/CHANGELOG.md

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

3+
## 4.3.2
4+
5+
### Patch Changes
6+
7+
- 3b9b384: Memory leak caused by unregistered listeners. Solution was copied from a node-fetch pr.
8+
- a85373d: Add support for custom "credentials" value. Nothing is done with them at the moment but they pass through for the consumer of the request to access if needed.
9+
310
## 4.3.1
411

512
### 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.1",
3+
"version": "4.3.2",
44
"description": "Web API compatible fetch implementation",
55
"main": "./dist/lib.node.cjs",
66
"module": "./src/lib.node.js",

0 commit comments

Comments
 (0)