Skip to content

Commit 24231b9

Browse files
committed
chore(release): v1.15.5
1 parent bd92b74 commit 24231b9

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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+
## v1.15.5
6+
7+
[compare changes](https://github.com/h3js/h3/compare/v1.15.4...v1.15.5)
8+
9+
### 🩹 Fixes
10+
11+
- **readRawBody:** Fix case-sensitive `Transfer-Encoding` check causing request smuggling risk ([618ccf4](https://github.com/h3js/h3/commit/618ccf4))
12+
13+
### 🏡 Chore
14+
15+
- Update deps ([e2462ec](https://github.com/h3js/h3/commit/e2462ec))
16+
- Update ci ([c934599](https://github.com/h3js/h3/commit/c934599))
17+
- Add `test:types` script ([0a4a115](https://github.com/h3js/h3/commit/0a4a115))
18+
- Update ci ([b4dce71](https://github.com/h3js/h3/commit/b4dce71))
19+
- Update publish tag to 1.x ([589625c](https://github.com/h3js/h3/commit/589625c))
20+
- Fix ts issue ([c9ebf80](https://github.com/h3js/h3/commit/c9ebf80))
21+
- Update deps ([d18c074](https://github.com/h3js/h3/commit/d18c074))
22+
- Fix more ts/lint issues ([bd92b74](https://github.com/h3js/h3/commit/bd92b74))
23+
24+
### 🤖 CI
25+
26+
- Fix publish tag ([401c9b8](https://github.com/h3js/h3/commit/401c9b8))
27+
28+
### ❤️ Contributors
29+
30+
- Pooya Parsa ([@pi0](https://github.com/pi0))
31+
532
## v1.15.4
633

734
[compare changes](https://github.com/h3js/h3/compare/v1.15.2...v1.15.4)

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": "1.15.4",
3+
"version": "1.15.5",
44
"description": "Minimal H(TTP) framework built for high performance and portability.",
55
"repository": "h3js/h3",
66
"license": "MIT",

0 commit comments

Comments
 (0)