chore(release): v0.3.3

This commit is contained in:
Pooya Parsa
2025-01-24 22:06:44 +01:00
parent 3bb5269b6f
commit d917f3a4c1
2 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,17 @@
# Changelog # Changelog
## v0.3.3
[compare changes](https://github.com/unjs/crossws/compare/v0.3.2...v0.3.3)
### 🚀 Enhancements
- Allow throwing error with `.response` prop in `upgrade` ([#113](https://github.com/unjs/crossws/pull/113))
### ❤️ Contributors
- Luke Hagar ([@LukeHagar](http://github.com/LukeHagar))
## v0.3.2 ## v0.3.2
[compare changes](https://github.com/unjs/crossws/compare/v0.3.1...v0.3.2) [compare changes](https://github.com/unjs/crossws/compare/v0.3.1...v0.3.2)

View File

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