Skip to content

Commit 0e22783

Browse files
committed
chore(release): v2.0.1-rc.20
1 parent 0a60714 commit 0e22783

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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.20
6+
7+
[compare changes](https://github.com/h3js/h3/compare/v2.0.1-rc.19...v2.0.1-rc.20)
8+
9+
### 💅 Refactors
10+
11+
- Pass single obj to `serializeCookie` ([a0761e9](https://github.com/h3js/h3/commit/a0761e9))
12+
- Mark `new TextEncoder` as pure ([9e4e64e](https://github.com/h3js/h3/commit/9e4e64e))
13+
14+
### 📦 Build
15+
16+
- Upgrade mdzilla to 0.2 ([2907555](https://github.com/h3js/h3/commit/2907555))
17+
18+
### 🏡 Chore
19+
20+
- Update cookie-es ([84bc9bc](https://github.com/h3js/h3/commit/84bc9bc))
21+
- Update deps ([0a60714](https://github.com/h3js/h3/commit/0a60714))
22+
23+
### ❤️ Contributors
24+
25+
- Pooya Parsa ([@pi0](https://github.com/pi0))
26+
527
## v2.0.1-rc.19
628

729
[compare changes](https://github.com/h3js/h3/compare/v2.0.1-rc.18...v2.0.1-rc.19)

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