···11----
22-'fetch-nodeshim': patch
33----
44-55-Fix `fetch(new Request(...), init)` case, where `init` should take precedence over the request
+7
CHANGELOG.md
···11# minifetch
2233+## 0.4.8
44+55+### Patch Changes
66+77+- ⚠️ Fix `fetch(new Request(...), init)` case, where `init` should take precedence over the request
88+ Submitted by [@kitten](https://github.com/kitten) (See [#37](https://github.com/kitten/fetch-nodeshim/pull/37))
99+310## 0.4.7
411512### Patch Changes
+1-1
package.json
···11{
22 "name": "fetch-nodeshim",
33- "version": "0.4.7",
33+ "version": "0.4.8",
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",