From d917f3a4c14ca480ce06a7a6b71c60fd117919a4 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 24 Jan 2025 22:06:44 +0100 Subject: [PATCH] chore(release): v0.3.3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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",