Version Packages (#548)

pull/549/head @hono/node-ws@1.0.1
github-actions[bot] 2024-05-26 11:38:46 +09:00 committed by GitHub
parent ec6ec4ec02
commit 39edec1249
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/node-ws': patch
---
create only one WebSocketServer instead of per websocket request

View File

@ -1,5 +1,11 @@
# @hono/node-ws
## 1.0.1
### Patch Changes
- [#539](https://github.com/honojs/middleware/pull/539) [`ec6ec4ec02f8db46e3151e7334535e562dfc47e3`](https://github.com/honojs/middleware/commit/ec6ec4ec02f8db46e3151e7334535e562dfc47e3) Thanks [@mikestopcontinues](https://github.com/mikestopcontinues)! - create only one WebSocketServer instead of per websocket request
## 1.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/node-ws",
"version": "1.0.0",
"version": "1.0.1",
"description": "WebSocket helper for Node.js",
"main": "dist/index.js",
"module": "dist/index.mjs",