From 9b43e99deace3d4404d15fb7a04b60398e998d4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 16:50:06 +0000 Subject: [PATCH] Version Packages (#15) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/slimy-seas-type.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/slimy-seas-type.md diff --git a/.changeset/slimy-seas-type.md b/.changeset/slimy-seas-type.md deleted file mode 100644 index 0adfd9f..0000000 --- a/.changeset/slimy-seas-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fetch-nodeshim': patch ---- - -Unref the incoming socket when the timeout is disabled, to prevent body streams that never start from keeping processes alive diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f04969..55c4217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # minifetch +## 0.4.2 + +### Patch Changes + +- Unref the incoming socket when the timeout is disabled, to prevent body streams that never start from keeping processes alive + Submitted by [@kitten](https://github.com/kitten) (See [#14](https://github.com/kitten/fetch-nodeshim/pull/14)) + ## 0.4.1 ### Patch Changes diff --git a/package.json b/package.json index b9bd621..b8cb96a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetch-nodeshim", - "version": "0.4.1", + "version": "0.4.2", "description": "A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)", "author": "Phil Pluckthun ", "source": "./src/index.ts", -- 2.51.2