Skip to content

Commit e0124ef

Browse files
committed
chore(release): v0.9.2
1 parent e63a34d commit e0124ef

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## v0.9.2
4+
5+
[compare changes](https://github.com/h3js/srvx/compare/v0.9.1...v0.9.2)
6+
7+
### 🩹 Fixes
8+
9+
- Lazy inherit property symbols too ([e63a34d](https://github.com/h3js/srvx/commit/e63a34d))
10+
11+
### 🏡 Chore
12+
13+
- Add explicit build script to publish ([6f93cc7](https://github.com/h3js/srvx/commit/6f93cc7))
14+
15+
### ❤️ Contributors
16+
17+
- Pooya Parsa ([@pi0](https://github.com/pi0))
18+
319
## v0.9.1
420

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

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