Skip to content

Commit 8a92bcd

Browse files
committed
chore(release): v1.6.3
1 parent 2af071b commit 8a92bcd

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
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.
44

5+
## v1.6.3
6+
7+
[compare changes](https://github.com/unjs/h3/compare/v1.6.2...v1.6.3)
8+
9+
10+
### 🩹 Fixes
11+
12+
- **readBody, readRawBody:** Handle raw body as buffer ([#366](https://github.com/unjs/h3/pull/366))
13+
14+
### 📖 Documentation
15+
16+
- Missing parentheses ([#362](https://github.com/unjs/h3/pull/362))
17+
18+
### 🏡 Chore
19+
20+
- Update changelog ([e199df3](https://github.com/unjs/h3/commit/e199df3))
21+
22+
### ❤️ Contributors
23+
24+
- Johann Schopplich ([@johannschopplich](http://github.com/johannschopplich))
25+
- Roger!
26+
- Pooya Parsa ([@pi0](http://github.com/pi0))
27+
528
## v1.6.2
629

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h3",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "Tiny JavaScript Server",
55
"repository": "unjs/h3",
66
"license": "MIT",

0 commit comments

Comments
 (0)