Skip to content

Commit 73877fc

Browse files
chore: release @web-std/fetch 4.2.1 (#97)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 29d8936 commit 73877fc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/fetch/CHANGELOG.md

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

3+
### [4.2.1](https://www.github.com/web-std/io/compare/fetch-v4.2.0...fetch-v4.2.1) (2023-08-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **fetch:** fix memory leak when passing `keepAlive` ([#83](https://www.github.com/web-std/io/issues/83)) ([5fde362](https://www.github.com/web-std/io/commit/5fde362a9648de474c52006cf94d9dedba12b480))
9+
* **fetch:** import `Buffer` from `'buffer'` ([#90](https://www.github.com/web-std/io/issues/90)) ([29d8936](https://www.github.com/web-std/io/commit/29d8936fb489cee1fa132167da69bee8202bace8))
10+
311
## [4.2.0](https://www.github.com/web-std/io/compare/fetch-v4.1.2...fetch-v4.2.0) (2023-08-28)
412

513

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": "@web-std/fetch",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Web API compatible fetch implementation",
55
"main": "./dist/lib.node.cjs",
66
"module": "./src/lib.node.js",

0 commit comments

Comments
 (0)