Skip to content

Commit 06b4801

Browse files
committed
chore(release): v0.9.5
1 parent 3170f23 commit 06b4801

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

3+
## v0.9.5
4+
5+
[compare changes](https://github.com/h3js/srvx/compare/v0.9.3...v0.9.5)
6+
7+
### 🚀 Enhancements
8+
9+
- **node, deno, bun:** Validate server port range ([#137](https://github.com/h3js/srvx/pull/137))
10+
11+
### 🩹 Fixes
12+
13+
- Handle non promise and promise-like values for `waitUntil` ([ef71acd](https://github.com/h3js/srvx/commit/ef71acd))
14+
15+
### 💅 Refactors
16+
17+
- Improve gracefulShutdown dx ([3170f23](https://github.com/h3js/srvx/commit/3170f23))
18+
19+
### 📦 Build
20+
21+
- Better tree-shaking cli colors ([0973a59](https://github.com/h3js/srvx/commit/0973a59))
22+
23+
### 🏡 Chore
24+
25+
- **release:** V0.9.4 ([70917bf](https://github.com/h3js/srvx/commit/70917bf))
26+
27+
### ❤️ Contributors
28+
29+
- Pooya Parsa ([@pi0](https://github.com/pi0))
30+
- Abeer0 ([@iiio2](https://github.com/iiio2))
31+
332
## v0.9.4
433

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

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