Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#126)
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] authored Sep 19, 2022
1 parent 48bdf61 commit b93a53a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-sheep-yawn.md

This file was deleted.

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

## 0.4.2

### Patch Changes

- [`48bdf61`](https://github.com/ardatan/whatwg-node/commit/48bdf61e28d59af9c74a599658f2231d76215cc6) Thanks [@ardatan](https://github.com/ardatan)! - Set an empty object if there is no server context sent by the environment

## 0.4.1

### Patch Changes
Expand All @@ -16,8 +22,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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/server",
"version": "0.4.1",
"version": "0.4.2",
"description": "Fetch API compliant HTTP Server adapter",
"author": "Arda TANRIKULU <[email protected]>",
"repository": {
Expand Down

0 comments on commit b93a53a

Please sign in to comment.