Skip to content

Commit c6d888f

Browse files
committed
chore(release): v0.3.1
1 parent 1f5411a commit c6d888f

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.3.1
4+
5+
[compare changes](https://github.com/unjs/crossws/compare/v0.3.0...v0.3.1)
6+
7+
### 🩹 Fixes
8+
9+
- **types:** `AdapterOptions` type ([#80](https://github.com/unjs/crossws/pull/80))
10+
11+
### 🏡 Chore
12+
13+
- **release:** V0.3.0 ([4a5e168](https://github.com/unjs/crossws/commit/4a5e168))
14+
- Update deps ([567c9fe](https://github.com/unjs/crossws/commit/567c9fe))
15+
- Update changelog ([1f5411a](https://github.com/unjs/crossws/commit/1f5411a))
16+
17+
### ❤️ Contributors
18+
19+
- Pooya Parsa ([@pi0](http://github.com/pi0))
20+
- Hayatosc ([@hayatosc](http://github.com/hayatosc))
21+
322
## v0.3.0
423

524
[compare changes](https://github.com/unjs/crossws/compare/v0.2.4...v0.3.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.3.0",
3+
"version": "0.3.1",
44
"description": "Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers",
55
"repository": "unjs/crossws",
66
"license": "MIT",

0 commit comments

Comments
 (0)