Skip to content

Commit 3a537a0

Browse files
committed
chore(release): v0.4.1
1 parent 7ab898c commit 3a537a0

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.4.1
4+
5+
[compare changes](https://github.com/h3js/crossws/compare/v0.4.0...v0.4.1)
6+
7+
### 🩹 Fixes
8+
9+
- **node server:** Properly pass request to `NodeRequest` ([28e5d64](https://github.com/h3js/crossws/commit/28e5d64))
10+
11+
### 🏡 Chore
12+
13+
- **playground:** Add `start` command ([7ab898c](https://github.com/h3js/crossws/commit/7ab898c))
14+
15+
### ❤️ Contributors
16+
17+
- Pooya Parsa ([@pi0](https://github.com/pi0))
18+
319
## v0.4.0
420

521
[compare changes](https://github.com/h3js/crossws/compare/v0.3.5...v0.4.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crossws",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers",
55
"homepage": "https://crossws.h3.dev",
66
"repository": "h3js/crossws",

0 commit comments

Comments
 (0)