Skip to content

Commit 47684a3

Browse files
committed
chore(release): v1.15.7
1 parent 313ea52 commit 47684a3

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+
## v1.15.7
6+
7+
[compare changes](https://github.com/h3js/h3/compare/v1.15.6...v1.15.7)
8+
9+
### 🩹 Fixes
10+
11+
- **static:** Narrow path traversal check to match `..` as a path segment only ([c049dc0](https://github.com/h3js/h3/commit/c049dc0))
12+
- **app:** Decode percent-encoded path segments to prevent auth bypass ([313ea52](https://github.com/h3js/h3/commit/313ea52))
13+
14+
### 💅 Refactors
15+
16+
- Remove implicit event handler conversion warning ([#1340](https://github.com/h3js/h3/pull/1340))
17+
18+
### ❤️ Contributors
19+
20+
- Pooya Parsa ([@pi0](https://github.com/pi0))
21+
- Wind ([@productdevbook](https://github.com/productdevbook))
22+
523
## v1.15.6
624

725
[compare changes](https://github.com/h3js/h3/compare/v1.15.5...v1.15.6)

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

0 commit comments

Comments
 (0)