···11----
22-'fetch-nodeshim': patch
33----
44-55-Fix typo in `NO_PROXY` construction
-5
.changeset/every-coats-decide.md
···11----
22-'fetch-nodeshim': patch
33----
44-55-Set `Content-Length: 0` when `response.body` is `null` for `PATCH` as well
-5
.changeset/fresh-states-punch.md
···11----
22-'fetch-nodeshim': patch
33----
44-55-Protect against invalid `Location` URI
-5
.changeset/gold-impalas-think.md
···11----
22-'fetch-nodeshim': patch
33----
44-55-Issue an explicit `ETIMEDOUT` when the request times out
-5
.changeset/real-squids-know.md
···11----
22-'fetch-nodeshim': patch
33----
44-55-Fix `Set-Cookie` list handling by capturing them with `Headers#append`
-5
.changeset/slimy-boats-worry.md
···11----
22-'fetch-nodeshim': patch
33----
44-55-Reset `requestOptions.agent` on retry/redirect
-5
.changeset/tender-planes-brush.md
···11----
22-'fetch-nodeshim': patch
33----
44-55-Fix `_final` on `InflateStream` calling `callback` before full flush.
-5
.changeset/two-kids-cry.md
···11----
22-'fetch-nodeshim': patch
33----
44-55-Propagate errors for duplex request/response streams, and ensure early errors propagate to the Response stream
-5
.changeset/wild-beers-repeat.md
···11----
22-'fetch-nodeshim': patch
33----
44-55-Protect against missing `Symbol.toStringTag`
+23
CHANGELOG.md
···11# minifetch
2233+## 0.4.3
44+55+### Patch Changes
66+77+- ⚠️ Fix typo in `NO_PROXY` construction
88+ Submitted by [@kitten](https://github.com/kitten) (See [#18](https://github.com/kitten/fetch-nodeshim/pull/18))
99+- Set `Content-Length: 0` when `response.body` is `null` for `PATCH` as well
1010+ Submitted by [@kitten](https://github.com/kitten) (See [#23](https://github.com/kitten/fetch-nodeshim/pull/23))
1111+- Protect against invalid `Location` URI
1212+ Submitted by [@kitten](https://github.com/kitten) (See [#26](https://github.com/kitten/fetch-nodeshim/pull/26))
1313+- Issue an explicit `ETIMEDOUT` when the request times out
1414+ Submitted by [@kitten](https://github.com/kitten) (See [#24](https://github.com/kitten/fetch-nodeshim/pull/24))
1515+- ⚠️ Fix `Set-Cookie` list handling by capturing them with `Headers#append`
1616+ Submitted by [@kitten](https://github.com/kitten) (See [#20](https://github.com/kitten/fetch-nodeshim/pull/20))
1717+- Reset `requestOptions.agent` on retry/redirect
1818+ Submitted by [@kitten](https://github.com/kitten) (See [#27](https://github.com/kitten/fetch-nodeshim/pull/27))
1919+- ⚠️ Fix `_final` on `InflateStream` calling `callback` before full flush
2020+ Submitted by [@kitten](https://github.com/kitten) (See [#25](https://github.com/kitten/fetch-nodeshim/pull/25))
2121+- Propagate errors for duplex request/response streams, and ensure early errors propagate to the Response stream
2222+ Submitted by [@kitten](https://github.com/kitten) (See [#16](https://github.com/kitten/fetch-nodeshim/pull/16))
2323+- Protect against missing `Symbol.toStringTag`
2424+ Submitted by [@kitten](https://github.com/kitten) (See [#19](https://github.com/kitten/fetch-nodeshim/pull/19))
2525+326## 0.4.2
427528### Patch Changes
+1-1
package.json
···11{
22 "name": "fetch-nodeshim",
33- "version": "0.4.2",
33+ "version": "0.4.3",
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",