Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Dec 9, 2024
1 parent 2f436e8 commit 7fb6ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/node-fetch-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## HEAD
## v0.5.0 (2024-12-09)

- Expose `createHeaders(req: http.IncomingMessage): Headers` API for creating headers from the headers of incoming request objects.
- Update `sendResponse` to use an object to add support for libraries such as express while maintaining `node:http` and `node:https` compatibility.
Expand Down
2 changes: 1 addition & 1 deletion packages/node-fetch-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mjackson/node-fetch-server",
"version": "0.4.1",
"version": "0.5.0",
"description": "Build servers for Node.js using the web fetch API",
"author": "Michael Jackson <[email protected]>",
"repository": {
Expand Down

0 comments on commit 7fb6ee1

Please sign in to comment.