Skip to content

Commit ec77d6b

Browse files
committed
chore(release): v1.15.4
1 parent 325a62b commit ec77d6b

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
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.4
6+
7+
[compare changes](https://github.com/h3js/h3/compare/v1.15.2...v1.15.4)
8+
9+
### 🩹 Fixes
10+
11+
- **serveStatic:** Omit decoded id from `statusMessage` ([#1044](https://github.com/h3js/h3/pull/1044))
12+
- **getRequestHost:** Return first host from `x-forwarded-host` ([#1175](https://github.com/h3js/h3/pull/1175))
13+
14+
### 💅 Refactors
15+
16+
- **useSession:** Backport `SessionManager` interface to fix types ([#1058](https://github.com/h3js/h3/pull/1058))
17+
18+
### 📦 Build
19+
20+
- Update `repository` field ([d94b09a](https://github.com/h3js/h3/commit/d94b09a))
21+
22+
### 🏡 Chore
23+
24+
- **release:** V1.15.3 ([3d0f4d5](https://github.com/h3js/h3/commit/3d0f4d5))
25+
- **docs:** Fix typos ([#1108](https://github.com/h3js/h3/pull/1108))
26+
- Apply automated updates ([774956a](https://github.com/h3js/h3/commit/774956a))
27+
- Update deps ([18d0bb7](https://github.com/h3js/h3/commit/18d0bb7))
28+
29+
### ✅ Tests
30+
31+
- Update zod test ([325a62b](https://github.com/h3js/h3/commit/325a62b))
32+
33+
### ❤️ Contributors
34+
35+
- Pooya Parsa ([@pi0](https://github.com/pi0))
36+
- Kricsleo ([@kricsleo](https://github.com/kricsleo))
37+
- Izoukhai <[email protected]>
38+
539
## v1.15.3
640

741
[compare changes](https://github.com/unjs/h3/compare/v1.15.2...v1.15.3)

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

0 commit comments

Comments
 (0)