Skip to content

Commit

Permalink
Upcoming Release Changes (#1469)
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 Jul 23, 2024
1 parent d8e061d commit 7c0b94e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/large-pumpkins-beg.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/fetchache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# fetchache

## 0.1.6

### Patch Changes

- [`145e46e`](https://github.com/ardatan/whatwg-node/commit/145e46e8d11ddfddb3fbb5335a1a959cc63c0eba)
Thanks [@ardatan](https://github.com/ardatan)! - Implement `.bytes` method for `Blob` and `Body`,
now `Uint8Array` is available with `bytes` format

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetchache",
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"description": "Cross Platform Fetch Wrapper with Key Value Cache support",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/node-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @whatwg-node/node-fetch

## 0.5.13

### Patch Changes

- [`145e46e`](https://github.com/ardatan/whatwg-node/commit/145e46e8d11ddfddb3fbb5335a1a959cc63c0eba)
Thanks [@ardatan](https://github.com/ardatan)! - Implement `.bytes` method for `Blob` and `Body`,
now `Uint8Array` is available with `bytes` format

## 0.5.12

### 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.5.12",
"version": "0.5.13",
"type": "module",
"description": "Fetch API implementation for Node",
"repository": {
Expand Down

0 comments on commit 7c0b94e

Please sign in to comment.