Skip to content

Commit 78f10f4

Browse files
chore: release @web-std/fetch 3.0.1 (#40)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1dd4806 commit 78f10f4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/fetch/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [3.0.1](https://www.github.com/web-std/io/compare/fetch-v3.0.0...fetch-v3.0.1) (2022-01-19)
4+
5+
6+
### Bug Fixes
7+
8+
* ship less files to address TSC issues ([#35](https://www.github.com/web-std/io/issues/35)) ([0651e62](https://www.github.com/web-std/io/commit/0651e62ae42d17eae2db89858c9e44f3342c304c))
9+
310
## 3.0.0 (2021-11-08)
411

512

packages/fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web-std/fetch",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Web compatible Fetch API implementation for node.js",
55
"main": "./dist/index.cjs",
66
"module": "./src/index.js",

0 commit comments

Comments
 (0)