Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#129)
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
github-actions[bot] and github-actions[bot] committed Sep 20, 2022
1 parent 038ef21 commit 34ea819
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/moody-eggs-cough.md

This file was deleted.

11 changes: 9 additions & 2 deletions packages/server/CHANGELOG.md
@@ -1,5 +1,12 @@
# @whatwg-node/server

## 0.4.4

### Patch Changes

- [`a91ef16`](https://github.com/ardatan/whatwg-node/commit/a91ef167d60465ca27e411f494b72e9c465a989f) Thanks [@ardatan](https://github.com/ardatan)! - - Set ServerContext to an empty object by default for .fetch method
- Do not call request handler twice which causes an error `disturbed`

## 0.4.3

### Patch Changes
Expand Down Expand Up @@ -28,8 +35,8 @@

```ts
createServerAdapter(req => {
return new Response(`I got ${req.url}`)
})
return new Response(`I got ${req.url}`);
});
```

Breaking Changes;
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/server",
"version": "0.4.3",
"version": "0.4.4",
"description": "Fetch API compliant HTTP Server adapter",
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"repository": {
Expand Down

0 comments on commit 34ea819

Please sign in to comment.