chore(release): v0.3.1

This commit is contained in:
Pooya Parsa
2024-09-10 23:10:59 +02:00
parent 1f5411a902
commit c6d888fb54
2 changed files with 20 additions and 1 deletions

View File

@@ -1,5 +1,24 @@
# Changelog
## v0.3.1
[compare changes](https://github.com/unjs/crossws/compare/v0.3.0...v0.3.1)
### 🩹 Fixes
- **types:** `AdapterOptions` type ([#80](https://github.com/unjs/crossws/pull/80))
### 🏡 Chore
- **release:** V0.3.0 ([4a5e168](https://github.com/unjs/crossws/commit/4a5e168))
- Update deps ([567c9fe](https://github.com/unjs/crossws/commit/567c9fe))
- Update changelog ([1f5411a](https://github.com/unjs/crossws/commit/1f5411a))
### ❤️ Contributors
- Pooya Parsa ([@pi0](http://github.com/pi0))
- Hayatosc ([@hayatosc](http://github.com/hayatosc))
## v0.3.0
[compare changes](https://github.com/unjs/crossws/compare/v0.2.4...v0.3.0)

View File

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