···11----
22-'fetch-nodeshim': minor
33----
44-55-Add web standard type/globals re-exports and polyfill `File` from `node:buffer`.
-5
.changeset/pink-papayas-doubt.md
···11----
22-'fetch-nodeshim': patch
33----
44-55-Add missing constructor type overloads and add missing `Blob` re-export
+12
CHANGELOG.md
···11# minifetch
2233+## 0.2.0
44+55+### Minor Changes
66+77+- Add web standard type/globals re-exports and polyfill `File` from `node:buffer`
88+ Submitted by [@kitten](https://github.com/kitten) (See [#1](https://github.com/kitten/fetch-nodeshim/pull/1))
99+1010+### Patch Changes
1111+1212+- Add missing constructor type overloads and add missing `Blob` re-export
1313+ Submitted by [@kitten](https://github.com/kitten) (See [#2](https://github.com/kitten/fetch-nodeshim/pull/2))
1414+315## 0.1.0
416517Initial Release.
+1-1
package.json
···11{
22 "name": "fetch-nodeshim",
33- "version": "0.1.0",
33+ "version": "0.2.0",
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",