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

Version Packages (#5)

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

Changed files
+8 -6
.changeset
-5
.changeset/funny-crabs-switch.md
···
-
---
-
'fetch-nodeshim': patch
-
---
-
-
Provenance Release
···
+7
CHANGELOG.md
···
# minifetch
## 0.2.0
### Minor Changes
···
# minifetch
+
## 0.2.1
+
+
### Patch Changes
+
+
- Provenance Release
+
Submitted by [@kitten](https://github.com/kitten) (See [#4](https://github.com/kitten/fetch-nodeshim/pull/4))
+
## 0.2.0
### Minor Changes
+1 -1
package.json
···
{
"name": "fetch-nodeshim",
-
"version": "0.2.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",
···
{
"name": "fetch-nodeshim",
+
"version": "0.2.1",
"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",