diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ce4ec6..168986d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # 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 [compare changes](https://github.com/unjs/crossws/compare/v0.3.1...v0.3.2) diff --git a/package.json b/package.json index c51d3f6..d85d73e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crossws", - "version": "0.3.2", + "version": "0.3.3", "description": "Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers", "repository": "unjs/crossws", "license": "MIT",