Skip to content

Commit 89cb33a

Browse files
chore: release @web-std/fetch 4.1.2 (#70)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fd32fa2 commit 89cb33a

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.2](https://www.github.com/web-std/io/compare/fetch-v4.1.1...fetch-v4.1.2) (2023-07-19)
4+
5+
6+
### Bug Fixes
7+
8+
* bind globalThis in nodejs also ([#69](https://www.github.com/web-std/io/issues/69)) ([fd32fa2](https://www.github.com/web-std/io/commit/fd32fa22faffa7f3f16b603ca7d662e082f1eee6))
9+
310
### [4.1.1](https://www.github.com/web-std/io/compare/fetch-v4.1.0...fetch-v4.1.1) (2023-07-19)
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.1",
3+
"version": "4.1.2",
44
"description": "Web API compatible fetch implementation",
55
"main": "./dist/lib.node.cjs",
66
"module": "./src/lib.node.js",

0 commit comments

Comments
 (0)