···11----
22-'fetch-nodeshim': patch
33----
44-55-Avoid `setHeaders` to increase consistency, fix `Set-Cookie` case for older Node versions, and work around bug in Bun <=1.3.9
+7
CHANGELOG.md
···11# minifetch
2233+## 0.4.7
44+55+### Patch Changes
66+77+- Avoid `setHeaders` to increase consistency, fix `Set-Cookie` case for older Node versions, and work around bug in Bun <=1.3.9
88+ Submitted by [@kitten](https://github.com/kitten) (See [#35](https://github.com/kitten/fetch-nodeshim/pull/35))
99+310## 0.4.6
411512### Patch Changes
+1-1
package.json
···11{
22 "name": "fetch-nodeshim",
33- "version": "0.4.6",
33+ "version": "0.4.7",
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",