Skip to content

Commit

Permalink
chore(release): v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 28, 2023
1 parent 2af071b commit 8a92bcd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v1.6.3

[compare changes](https://github.com/unjs/h3/compare/v1.6.2...v1.6.3)


### 🩹 Fixes

- **readBody, readRawBody:** Handle raw body as buffer ([#366](https://github.com/unjs/h3/pull/366))

### 📖 Documentation

- Missing parentheses ([#362](https://github.com/unjs/h3/pull/362))

### 🏡 Chore

- Update changelog ([e199df3](https://github.com/unjs/h3/commit/e199df3))

### ❤️ Contributors

- Johann Schopplich ([@johannschopplich](http://github.com/johannschopplich))
- Roger!
- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.6.2

[compare changes](https://github.com/unjs/h3/compare/v1.6.1...v1.6.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "h3",
"version": "1.6.2",
"version": "1.6.3",
"description": "Tiny JavaScript Server",
"repository": "unjs/h3",
"license": "MIT",
Expand Down

0 comments on commit 8a92bcd

Please sign in to comment.