···1----
2-'fetch-nodeshim': patch
3----
4-5-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.
···1# minifetch
23+## 0.4.4
4+5+### Patch Changes
6+7+- 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
8+ Submitted by [@kitten](https://github.com/kitten) (See [#28](https://github.com/kitten/fetch-nodeshim/pull/28))
9+10## 0.4.3
1112### Patch Changes
+1-1
package.json
···1{
2 "name": "fetch-nodeshim",
3- "version": "0.4.3",
4 "description": "A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)",
5 "author": "Phil Pluckthun <phil@kitten.sh>",
6 "source": "./src/index.ts",
···1{
2 "name": "fetch-nodeshim",
3+ "version": "0.4.4",
4 "description": "A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)",
5 "author": "Phil Pluckthun <phil@kitten.sh>",
6 "source": "./src/index.ts",