Skip to content

Commit c9786d0

Browse files
committed
1 parent 4b8e576 commit c9786d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/node-fetch-server/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the changelog for [`node-fetch-server`](https://github.com/remix-run/remix/tree/v3/packages/node-fetch-server). It follows [semantic versioning](https://semver.org/).
44

5-
## HEAD
5+
## v0.8.0 (2025-07-24)
66

77
- Renamed package from `@mjackson/node-fetch-server` to `@remix-run/node-fetch-server`
88
- Handle backpressure correctly in response streaming

packages/node-fetch-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/node-fetch-server",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Build servers for Node.js using the web fetch API",
55
"author": "Michael Jackson <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)