Skip to content

Commit e338f0c

Browse files
chore: release @web-std/fetch 4.1.1 (#67)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2af758f commit e338f0c

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+
### [4.1.1](https://www.github.com/web-std/io/compare/fetch-v4.1.0...fetch-v4.1.1) (2023-07-19)
4+
5+
6+
### Bug Fixes
7+
8+
* fetch called on non Window object ([#65](https://www.github.com/web-std/io/issues/65)) ([2af758f](https://www.github.com/web-std/io/commit/2af758fbae555494c6cf1ba40e053b164306ee16))
9+
310
## [4.1.0](https://www.github.com/web-std/io/compare/fetch-v4.0.1...fetch-v4.1.0) (2022-04-20)
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": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Web API compatible fetch implementation",
55
"main": "./dist/lib.node.cjs",
66
"module": "./src/lib.node.js",

0 commit comments

Comments
 (0)