Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#144)
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 26, 2022
1 parent f89d8a5 commit d5e2f04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-eels-hide.md

This file was deleted.

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

## 0.4.9

### Patch Changes

- [`5a884ee`](https://github.com/ardatan/whatwg-node/commit/5a884ee23a84c0338919cb5aec0a78f86718feb8) Thanks [@ardatan](https://github.com/ardatan)! - Ensure ReadableStream is also cancelled after Reader cancelled if Response.body is ReadableStream

## 0.4.8

### Patch Changes
Expand Down Expand Up @@ -64,8 +70,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.8",
"version": "0.4.9",
"description": "Fetch API compliant HTTP Server adapter",
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"repository": {
Expand Down

0 comments on commit d5e2f04

Please sign in to comment.