Skip to content

Commit dc95b5d

Browse files
committed
chore(release): v2.0.1-rc.7
1 parent fdbbb5f commit dc95b5d

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
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.7
6+
7+
[compare changes](https://github.com/h3js/h3/compare/v2.0.1-rc.6...v2.0.1-rc.7)
8+
9+
### 🚀 Enhancements
10+
11+
- Experimental tracing support ([#1251](https://github.com/h3js/h3/pull/1251))
12+
- Customizable validation errors ([#1146](https://github.com/h3js/h3/pull/1146))
13+
14+
### 🩹 Fixes
15+
16+
- **mockEvent:** Make sure `duplex` option is properly set ([eb83aad](https://github.com/h3js/h3/commit/eb83aad))
17+
- **handleCacheHeaders:** Round `modifiedTime` to seconds ([#1262](https://github.com/h3js/h3/pull/1262))
18+
19+
### 🏡 Chore
20+
21+
- Fix typo in jsdocs ([#1263](https://github.com/h3js/h3/pull/1263))
22+
- Update deps ([fcd9ff9](https://github.com/h3js/h3/commit/fcd9ff9))
23+
- Update srvx to 0.10 ([0385342](https://github.com/h3js/h3/commit/0385342))
24+
25+
### ❤️ Contributors
26+
27+
- Minsu Lee ([@amondnet](https://github.com/amondnet))
28+
- Sandro Circi ([@sandros94](https://github.com/sandros94))
29+
- Abdelrahman Awad ([@logaretm](https://github.com/logaretm))
30+
- Pooya Parsa ([@pi0](https://github.com/pi0))
31+
- Huseeiin ([@huseeiin](https://github.com/huseeiin))
32+
533
## v2.0.1-rc.6
634

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

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