Skip to content

Commit 3d0f4d5

Browse files
committed
chore(release): v1.15.3
1 parent 1f25147 commit 3d0f4d5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.3
6+
7+
[compare changes](https://github.com/unjs/h3/compare/v1.15.2...v1.15.3)
8+
9+
### 🩹 Fixes
10+
11+
- **serveStatic:** Omit decoded id from `statusMessage` ([#1044](https://github.com/unjs/h3/pull/1044))
12+
13+
### ❤️ Contributors
14+
15+
- Pooya Parsa <pyapar@gmail.com>
16+
517
## v1.15.2
618

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

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

0 commit comments

Comments
 (0)