Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e98e409

Browse files
committedMay 7, 2025·
chore(release): v0.3.5
1 parent 3e27973 commit e98e409

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed
 

‎CHANGELOG.md

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

3+
## v0.3.5
4+
5+
[compare changes](https://github.com/h3js/crossws/compare/v0.3.4...v0.3.5)
6+
7+
### 🚀 Enhancements
8+
9+
- **node:** Support `closeAll` with `force` flag ([#147](https://github.com/h3js/crossws/pull/147))
10+
11+
### 🩹 Fixes
12+
13+
- **node:** Destroy socket on upgrade abort ([#140](https://github.com/h3js/crossws/pull/140))
14+
15+
### 📦 Build
16+
17+
- Export `AdapterInternal` type ([#149](https://github.com/h3js/crossws/pull/149))
18+
19+
### 🌊 Types
20+
21+
- Mark `NodeAdapter.handleUpgrade` as async ([#136](https://github.com/h3js/crossws/pull/136))
22+
23+
### 🏡 Chore
24+
25+
- Unused import ([39485dc](https://github.com/h3js/crossws/commit/39485dc))
26+
- Update deps ([c0b6db5](https://github.com/h3js/crossws/commit/c0b6db5))
27+
- Use pnpm for docs ([e631333](https://github.com/h3js/crossws/commit/e631333))
28+
- Move to h3js org ([3747c75](https://github.com/h3js/crossws/commit/3747c75))
29+
- Update cloudflare test ([12fef5f](https://github.com/h3js/crossws/commit/12fef5f))
30+
- Update deps ([3e27973](https://github.com/h3js/crossws/commit/3e27973))
31+
32+
### ❤️ Contributors
33+
34+
- Pooya Parsa ([@pi0](https://github.com/pi0))
35+
- M1212e ([@m1212e](https://github.com/m1212e))
36+
- Tee Ming ([@eltigerchino](https://github.com/eltigerchino))
37+
- James Garbutt ([@43081j](https://github.com/43081j))
38+
339
## v0.3.4
440

541
[compare changes](https://github.com/h3js/crossws/compare/v0.3.3...v0.3.4)

‎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.3.4",
3+
"version": "0.3.5",
44
"description": "Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers",
55
"repository": "h3js/crossws",
66
"homepage": "https://crossws.h3.dev",

0 commit comments

Comments
 (0)
Please sign in to comment.