Skip to content

Commit

Permalink
chore: release @web-std/fetch 4.1.2 (web-std#70)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 19, 2023
1 parent fd32fa2 commit 89cb33a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [4.1.2](https://www.github.com/web-std/io/compare/fetch-v4.1.1...fetch-v4.1.2) (2023-07-19)


### Bug Fixes

* 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))

### [4.1.1](https://www.github.com/web-std/io/compare/fetch-v4.1.0...fetch-v4.1.1) (2023-07-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web-std/fetch",
"version": "4.1.1",
"version": "4.1.2",
"description": "Web API compatible fetch implementation",
"main": "./dist/lib.node.cjs",
"module": "./src/lib.node.js",
Expand Down

0 comments on commit 89cb33a

Please sign in to comment.