Skip to content

Commit 2917e97

Browse files
committed
chore(release): v2.0.1-rc.9
1 parent 4d87e29 commit 2917e97

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+
## v2.0.1-rc.9
6+
7+
[compare changes](https://github.com/h3js/h3/compare/v2.0.1-rc.8...v2.0.1-rc.9)
8+
9+
### 🩹 Fixes
10+
11+
- **basic-auth:** Use jitter and constant-time string comparison ([#1283](https://github.com/h3js/h3/pull/1283))
12+
13+
### 🌊 Types
14+
15+
- **onResponse:** Allow returning any value ([#1277](https://github.com/h3js/h3/pull/1277))
16+
17+
### 🏡 Chore
18+
19+
- Update deps ([b85db16](https://github.com/h3js/h3/commit/b85db16))
20+
- Update undocs ([3fc60f2](https://github.com/h3js/h3/commit/3fc60f2))
21+
- Update deps ([4d87e29](https://github.com/h3js/h3/commit/4d87e29))
22+
23+
### ❤️ Contributors
24+
25+
- Pooya Parsa ([@pi0](https://github.com/pi0))
26+
- Huseeiin ([@huseeiin](https://github.com/huseeiin))
27+
528
## v2.0.1-rc.8
629

730
[compare changes](https://github.com/h3js/h3/compare/v2.0.1-rc.7...v2.0.1-rc.8)

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.8",
3+
"version": "2.0.1-rc.9",
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)