mirror of
https://github.com/LukeHagar/crossws.git
synced 2025-12-06 04:19:26 +00:00
chore(release): v0.3.3
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -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)
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user