mirror of
https://github.com/LukeHagar/crossws.git
synced 2025-12-07 20:37:43 +00:00
chore(release): v0.3.1
This commit is contained in:
19
CHANGELOG.md
19
CHANGELOG.md
@@ -1,5 +1,24 @@
|
|||||||
# Changelog
|
# 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
|
## v0.3.0
|
||||||
|
|
||||||
[compare changes](https://github.com/unjs/crossws/compare/v0.2.4...v0.3.0)
|
[compare changes](https://github.com/unjs/crossws/compare/v0.2.4...v0.3.0)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "crossws",
|
"name": "crossws",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"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