Skip to content

Commit 2cf3282

Browse files
committed
chore(release): v0.9.6
1 parent ec9c9b5 commit 2cf3282

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## v0.9.6
4+
5+
[compare changes](https://github.com/h3js/srvx/compare/v0.9.5...v0.9.6)
6+
7+
### 🩹 Fixes
8+
9+
- **request:** Use unique global cache key ([ab38ea4](https://github.com/h3js/srvx/commit/ab38ea4))
10+
- Handle no env vars for colors ([#146](https://github.com/h3js/srvx/pull/146))
11+
12+
### 🏡 Chore
13+
14+
- Upgrade vitest to v4 ([#138](https://github.com/h3js/srvx/pull/138))
15+
- Update deps ([28dcbed](https://github.com/h3js/srvx/commit/28dcbed))
16+
17+
### ❤️ Contributors
18+
19+
- Ian Bobinac <[email protected]>
20+
- Pooya Parsa ([@pi0](https://github.com/pi0))
21+
322
## v0.9.5
423

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

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