···11----
22-'fetch-nodeshim': patch
33----
44-55-Unref the incoming socket when the timeout is disabled, to prevent body streams that never start from keeping processes alive
+7
CHANGELOG.md
···11# minifetch
2233+## 0.4.2
44+55+### Patch Changes
66+77+- Unref the incoming socket when the timeout is disabled, to prevent body streams that never start from keeping processes alive
88+ Submitted by [@kitten](https://github.com/kitten) (See [#14](https://github.com/kitten/fetch-nodeshim/pull/14))
99+310## 0.4.1
411512### Patch Changes
+1-1
package.json
···11{
22 "name": "fetch-nodeshim",
33- "version": "0.4.1",
33+ "version": "0.4.2",
44 "description": "A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)",
55 "author": "Phil Pluckthun <phil@kitten.sh>",
66 "source": "./src/index.ts",