Skip to content

Commit aeb29ba

Browse files
committed
chore(release): v0.9.3
1 parent 00454db commit aeb29ba

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## v0.9.3
4+
5+
[compare changes](https://github.com/h3js/srvx/compare/v0.9.2...v0.9.3)
6+
7+
### 🚀 Enhancements
8+
9+
- **node, deno, bun:** Graceful shutdown ([#136](https://github.com/h3js/srvx/pull/136))
10+
- Support `SERVER_SHUTDOWN_TIMEOUT` and `SERVER_FORCE_SHUTDOWN_TIMEOUT` env variables ([00454db](https://github.com/h3js/srvx/commit/00454db))
11+
12+
### 🩹 Fixes
13+
14+
- **cli:** Avoid double close ([51dbad2](https://github.com/h3js/srvx/commit/51dbad2))
15+
16+
### ❤️ Contributors
17+
18+
- Pooya Parsa ([@pi0](https://github.com/pi0))
19+
320
## v0.9.2
421

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

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.2",
3+
"version": "0.9.3",
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)