Skip to content

Commit

Permalink
Upcoming Release Changes (#2050)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Feb 13, 2025
1 parent 7466771 commit 0f6399a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-papayas-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-moose-shake.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tough-moles-arrive.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/node-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @whatwg-node/node-fetch

## 0.7.9

### Patch Changes

- [#2049](https://github.com/ardatan/whatwg-node/pull/2049)
[`7c95998`](https://github.com/ardatan/whatwg-node/commit/7c959987495a5d1d16e976e4119015c057bb9467)
Thanks [@ardatan](https://github.com/ardatan)! - Redirect with correct status codes

- [#2051](https://github.com/ardatan/whatwg-node/pull/2051)
[`252f68b`](https://github.com/ardatan/whatwg-node/commit/252f68b11d7b5f546172dbf8b734a35adcd4df3a)
Thanks [@ardatan](https://github.com/ardatan)! - Fix crash on null header values during inspect

- [#2009](https://github.com/ardatan/whatwg-node/pull/2009)
[`5b5ae5f`](https://github.com/ardatan/whatwg-node/commit/5b5ae5f84511bb8966a683e49a3f7790549208a4)
Thanks [@ardatan](https://github.com/ardatan)! - When `fetch('file:///...')` is used to read
files;
- 404 is returned if the file is missing
- 403 is returned if the file is not accessible

## 0.7.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/node-fetch",
"version": "0.7.8",
"version": "0.7.9",
"type": "module",
"description": "Fetch API implementation for Node",
"repository": {
Expand Down

0 comments on commit 0f6399a

Please sign in to comment.