Skip to content

Commit 7722716

Browse files
committed
chore(release): v0.2.2
1 parent 7f8639f commit 7722716

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,6 +1,22 @@
11
# Changelog
22

33

4+
## v0.2.2
5+
6+
[compare changes](https://github.com/unjs/crossws/compare/v0.2.1...v0.2.2)
7+
8+
### 🩹 Fixes
9+
10+
- **deno:** Pass info ([2c63b37](https://github.com/unjs/crossws/commit/2c63b37))
11+
12+
### 🏡 Chore
13+
14+
- **example:** Handle secure origins ([7f8639f](https://github.com/unjs/crossws/commit/7f8639f))
15+
16+
### ❤️ Contributors
17+
18+
- Pooya Parsa ([@pi0](http://github.com/pi0))
19+
420
## v0.2.1
521

622
[compare changes](https://github.com/unjs/crossws/compare/v0.2.0...v0.2.1)

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