Skip to content

Commit 5a3703c

Browse files
chore: Update version for release (#41)
* chore: Update version for release * Update changelog --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Brophy <[email protected]>
1 parent 68eadc6 commit 5a3703c

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/good-badgers-sleep.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/refactor-fetch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/fetch/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 4.3.7
4+
5+
### Patch Changes
6+
7+
- Fix `headers.entries`/`values`/`forEach` iteration for `Set-Cookie` headers ([#39](https://github.com/remix-run/web-std-io/pull/39))
8+
- Import `Buffer` from `"buffer"` instead of relying on a global `Buffer` ([#40](https://github.com/remix-run/web-std-io/pull/40))
9+
310
## 4.3.6
411

512
### Patch Changes

packages/fetch/package.json

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

0 commit comments

Comments
 (0)