Version Packages (#617)

pull/621/head @hono/node-ws@1.0.2
github-actions[bot] 2024-07-04 14:32:58 +09:00 committed by GitHub
parent 967fd48d5b
commit 67b83e5d4c
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
---
Fixed bug with multiple connections in node-ws

View File

@ -1,5 +1,11 @@
# @hono/node-ws
## 1.0.2
### Patch Changes
- [#605](https://github.com/honojs/middleware/pull/605) [`967fd48d5b2b1dc0291e8df49dffd79cbdf09c0c`](https://github.com/honojs/middleware/commit/967fd48d5b2b1dc0291e8df49dffd79cbdf09c0c) Thanks [@inaridiy](https://github.com/inaridiy)! - Fixed bug with multiple connections in node-ws
## 1.0.1
### Patch Changes

View File

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