Skip to content

Commit

Permalink
Version 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisFrezzato committed Oct 31, 2021
1 parent 6dc4d2b commit a1d934b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
**Note**: Gaps between patch versions are faulty/broken releases. **Note**: A feature tagged as Experimental is in a
high state of flux, you're at risk of it changing without notice.

# 0.7.4

- **Bug Fix**
- `Connection`
- Fix `setBody` to accept `string | Buffer` (@DenisFrezzato)
- `Middleware`
- Fix `send` to accept `string | Buffer` (@DenisFrezzato)
- `ReaderMiddleware`
- Fix `send` to accept `string | Buffer` (@DenisFrezzato)

# 0.7.3

- **Bug Fix**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyper-ts",
"version": "0.7.3",
"version": "0.7.4",
"description": "Type safe middleware architecture for HTTP servers",
"files": [
"lib",
Expand Down

0 comments on commit a1d934b

Please # to comment.