Skip to content

Commit 3fc0b8b

Browse files
committed
chore(release): v2.0.1-rc.6
1 parent 504e878 commit 3fc0b8b

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
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+
## v2.0.1-rc.6
6+
7+
[compare changes](https://github.com/h3js/h3/compare/v2.0.1-rc.5...v2.0.1-rc.6)
8+
9+
### 🚀 Enhancements
10+
11+
- **defineWebSocketHandler:** Support callback with `event` ([#1242](https://github.com/h3js/h3/pull/1242))
12+
13+
### 🩹 Fixes
14+
15+
- **proxy:** Strip `transfer-encoding` header from proxied response ([#1248](https://github.com/h3js/h3/pull/1248))
16+
- Clear `event.res` after prepare ([#1259](https://github.com/h3js/h3/pull/1259))
17+
18+
### 📖 Documentation
19+
20+
- Add `H3ravel` to the community section ([#1239](https://github.com/h3js/h3/pull/1239))
21+
- Add intlify to community integrations ([#1244](https://github.com/h3js/h3/pull/1244))
22+
23+
### 🏡 Chore
24+
25+
- Lint ([4218cbe](https://github.com/h3js/h3/commit/4218cbe))
26+
- Update deps ([bb10838](https://github.com/h3js/h3/commit/bb10838))
27+
- Update build config ([504e878](https://github.com/h3js/h3/commit/504e878))
28+
29+
### ❤️ Contributors
30+
31+
- Pooya Parsa ([@pi0](https://github.com/pi0))
32+
- Dardan Bujupaj ([@dardanbujupaj](https://github.com/dardanbujupaj))
33+
- Minsu Lee ([@amondnet](https://github.com/amondnet))
34+
- Kazuya Kawaguchi <kawakazu80@gmail.com>
35+
- Legacy ([@3m1n3nc3](https://github.com/3m1n3nc3))
36+
537
## v2.0.1-rc.5
638

739
[compare changes](https://github.com/h3js/h3/compare/v2.0.1-rc.4...v2.0.1-rc.5)

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": "2.0.1-rc.5",
3+
"version": "2.0.1-rc.6",
44
"description": "Minimal H(TTP) framework built for high performance and portability.",
55
"homepage": "https://h3.dev",
66
"repository": "h3js/h3",

0 commit comments

Comments
 (0)