Skip to content

Commit be8edd1

Browse files
committed
chore(release): v2.0.1-rc.14
1 parent d7e0fbd commit be8edd1

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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.14
6+
7+
[compare changes](https://github.com/h3js/h3/compare/v2.0.1-rc.13...v2.0.1-rc.14)
8+
9+
### 💅 Refactors
10+
11+
- **tracing:** Rename tracing channel `.fetch` to `.request` ([#1294](https://github.com/h3js/h3/pull/1294))
12+
- **auth:** Enhance randomJitter function for cryptographic security ([#1295](https://github.com/h3js/h3/pull/1295))
13+
14+
### 🏡 Chore
15+
16+
- Update h3 version in playground ([54e722e](https://github.com/h3js/h3/commit/54e722e))
17+
- Update deps ([d7e0fbd](https://github.com/h3js/h3/commit/d7e0fbd))
18+
19+
### ❤️ Contributors
20+
21+
- Pooya Parsa ([@pi0](https://github.com/pi0))
22+
- Sandro Circi ([@sandros94](https://github.com/sandros94))
23+
- Abdelrahman Awad <abdelrahman.awad@sentry.io>
24+
525
## v2.0.1-rc.13
626

727
[compare changes](https://github.com/h3js/h3/compare/v2.0.1-rc.12...v2.0.1-rc.13)

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