Skip to content

Commit c04914e

Browse files
committed
chore(release): v2.0.1-rc.12
1 parent a91970d commit c04914e

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
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.12
6+
7+
[compare changes](https://github.com/h3js/h3/compare/v2.0.1-rc.11...v2.0.1-rc.12)
8+
9+
### 🚀 Enhancements
10+
11+
- `h3` cli ([#1293](https://github.com/h3js/h3/pull/1293))
12+
- **writeEarlyHints:** Add `Link: rel:preload` headers as fallback ([#1288](https://github.com/h3js/h3/pull/1288))
13+
14+
### 💅 Refactors
15+
16+
- Allow better debugging `headers are frozen` ([#1287](https://github.com/h3js/h3/pull/1287))
17+
18+
### 📖 Documentation
19+
20+
- Update example to use `event.res.headers.set` ([#1289](https://github.com/h3js/h3/pull/1289))
21+
22+
### 📦 Build
23+
24+
- Update obuild ([905886c](https://github.com/h3js/h3/commit/905886c))
25+
26+
### 🏡 Chore
27+
28+
- Migrate to oxlint and oxfmt ([#1286](https://github.com/h3js/h3/pull/1286))
29+
- Update deps ([fd46b1e](https://github.com/h3js/h3/commit/fd46b1e))
30+
- Update deps ([d82f198](https://github.com/h3js/h3/commit/d82f198))
31+
- Rename typecheck script ([64a7081](https://github.com/h3js/h3/commit/64a7081))
32+
- Update undocs ([a91970d](https://github.com/h3js/h3/commit/a91970d))
33+
34+
### 🤖 CI
35+
36+
- Add pkg.pr.new integration ([f6f152a](https://github.com/h3js/h3/commit/f6f152a))
37+
38+
### ❤️ Contributors
39+
40+
- Pooya Parsa ([@pi0](https://github.com/pi0))
41+
- Kricsleo ([@kricsleo](https://github.com/kricsleo))
42+
- Daniel Slepov <danil.slepov@gmail.com>
43+
544
## v2.0.1-rc.11
645

746
[compare changes](https://github.com/h3js/h3/compare/v2.0.1-rc.10...v2.0.1-rc.11)

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

0 commit comments

Comments
 (0)