Skip to content

Commit 70917bf

Browse files
committed
chore(release): v0.9.4
1 parent ef71acd commit 70917bf

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
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v0.9.4
4+
5+
[compare changes](https://github.com/h3js/srvx/compare/v0.9.3...v0.9.4)
6+
7+
### 🩹 Fixes
8+
9+
- Handle non promise and promise-like values for `waitUntil` ([ef71acd](https://github.com/h3js/srvx/commit/ef71acd))
10+
11+
### ❤️ Contributors
12+
13+
- Pooya Parsa ([@pi0](https://github.com/pi0))
14+
315
## v0.9.3
416

517
[compare changes](https://github.com/h3js/srvx/compare/v0.9.2...v0.9.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "srvx",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "Universal Server API based on web platform standards. Works seamlessly with Deno, Bun and Node.js.",
55
"homepage": "https://srvx.h3.dev",
66
"repository": "h3js/srvx",

0 commit comments

Comments
 (0)