Mirror: A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)

Version Packages (#7)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

-5
.changeset/perfect-dancers-doubt.md
···
-
---
-
'fetch-nodeshim': minor
-
---
-
-
Add `Body` mixin as export
+7
CHANGELOG.md
···
# minifetch
+
## 0.3.0
+
+
### Minor Changes
+
+
- Add `Body` mixin as export
+
Submitted by [@kitten](https://github.com/kitten) (See [#6](https://github.com/kitten/fetch-nodeshim/pull/6))
+
## 0.2.1
### Patch Changes
+1 -1
package.json
···
{
"name": "fetch-nodeshim",
-
"version": "0.2.1",
+
"version": "0.3.0",
"description": "A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)",
"author": "Phil Pluckthun <phil@kitten.sh>",
"source": "./src/index.ts",