···11----
22-'fetch-nodeshim': patch
33----
44-55-Limit state in which `incoming.socket` is unrefed and instead `.ref()` it when the body is being read, and `.unref()` it again when reading stops.
+7
CHANGELOG.md
···11# minifetch
2233+## 0.4.4
44+55+### Patch Changes
66+77+- Limit state in which `incoming.socket` is unrefed and instead `.ref()` it when the body is being read, and `.unref()` it again when reading stops
88+ Submitted by [@kitten](https://github.com/kitten) (See [#28](https://github.com/kitten/fetch-nodeshim/pull/28))
99+310## 0.4.3
411512### Patch Changes
+1-1
package.json
···11{
22 "name": "fetch-nodeshim",
33- "version": "0.4.3",
33+ "version": "0.4.4",
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",