Skip to content

Commit bd4382a

Browse files
authoredJan 28, 2022
chore: release @web-std/fetch 3.0.3 (#48)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2a12474 commit bd4382a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

Diff for: ‎packages/fetch/CHANGELOG.md

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

3+
### [3.0.3](https://www.github.com/web-std/io/compare/fetch-v3.0.2...fetch-v3.0.3) (2022-01-28)
4+
5+
6+
### Bug Fixes
7+
8+
* include dist/index.cjs in files ([#47](https://www.github.com/web-std/io/issues/47)) ([2a12474](https://www.github.com/web-std/io/commit/2a1247404650bf5b6662fa520248bf07ae457987))
9+
310
### [3.0.2](https://www.github.com/web-std/io/compare/fetch-v3.0.1...fetch-v3.0.2) (2022-01-21)
411

512

Diff for: ‎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.2",
3+
"version": "3.0.3",
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)
Please sign in to comment.