chore(release): v0.2.3

This commit is contained in:
Pooya Parsa
2024-02-25 21:38:57 +01:00
parent 3f8bd0c8ee
commit 64c8fbf29d
2 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,18 @@
# Changelog
## v0.2.3
[compare changes](https://github.com/unjs/crossws/compare/v0.2.2...v0.2.3)
### 🩹 Fixes
- **node:** Respect `x-forwarded` for client id ([3f8bd0c](https://github.com/unjs/crossws/commit/3f8bd0c))
### ❤️ Contributors
- Pooya Parsa ([@pi0](http://github.com/pi0))
## v0.2.2
[compare changes](https://github.com/unjs/crossws/compare/v0.2.1...v0.2.2)

View File

@@ -1,6 +1,6 @@
{
"name": "crossws",
"version": "0.2.2",
"version": "0.2.3",
"description": "Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers",
"repository": "unjs/crossws",
"license": "MIT",