Skip to content

Commit f4dfd79

Browse files
committed
chore(release): v2.0.1-rc.2
1 parent cd298c6 commit f4dfd79

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.2
6+
7+
[compare changes](https://github.com/h3js/h3/compare/v2.0.0-rc.1...v2.0.1-rc.2)
8+
9+
### 💅 Refactors
10+
11+
- Deprecate and move `toNodeHandler` to `h3/node` ([#1215](https://github.com/h3js/h3/pull/1215))
12+
13+
### 🏡 Chore
14+
15+
- Update deps ([e6d666a](https://github.com/h3js/h3/commit/e6d666a))
16+
- Release as `2.0.1-rc.1` ([fe27148](https://github.com/h3js/h3/commit/fe27148))
17+
- Update deps ([cd298c6](https://github.com/h3js/h3/commit/cd298c6))
18+
19+
### ❤️ Contributors
20+
21+
- Pooya Parsa ([@pi0](https://github.com/pi0))
22+
523
## v2.0.0-rc.1
624

725
[compare changes](https://github.com/h3js/h3/compare/v2.0.0-beta.5...v2.0.0-rc.1)

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