Skip to content

Commit 879ab07

Browse files
committed
chore(release): v0.9.8
1 parent f4a7996 commit 879ab07

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

3+
## v0.9.8
4+
5+
[compare changes](https://github.com/h3js/srvx/compare/v0.9.7...v0.9.8)
6+
7+
### 🚀 Enhancements
8+
9+
- Export `AdapterMeta` ([#151](https://github.com/h3js/srvx/pull/151))
10+
- Experimental tracing channel support ([#141](https://github.com/h3js/srvx/pull/141))
11+
12+
### 🩹 Fixes
13+
14+
- **node:** Don't fire abort signal on normal request completion ([#153](https://github.com/h3js/srvx/pull/153))
15+
16+
### 🏡 Chore
17+
18+
- Update deps ([b79112e](https://github.com/h3js/srvx/commit/b79112e))
19+
- Fix types ([206a708](https://github.com/h3js/srvx/commit/206a708))
20+
- Update bench ([4b58e3f](https://github.com/h3js/srvx/commit/4b58e3f))
21+
- Small refactors on #153 ([#153](https://github.com/h3js/srvx/issues/153))
22+
- Add experimental jsdocs for tracing ([f4a7996](https://github.com/h3js/srvx/commit/f4a7996))
23+
24+
### ❤️ Contributors
25+
26+
- Pooya Parsa ([@pi0](https://github.com/pi0))
27+
- Abdelrahman Awad ([@logaretm](https://github.com/logaretm))
28+
- Alpheus ([@alpheusmtx](https://github.com/alpheusmtx))
29+
- David Citron ([@dcitron](https://github.com/dcitron))
30+
331
## v0.9.7
432

533
[compare changes](https://github.com/h3js/srvx/compare/v0.9.6...v0.9.7)

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