Version Packages (#1189)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1191/head @hono/node-ws@1.1.6
github-actions[bot] 2025-06-02 21:10:02 +09:00 committed by GitHub
parent 69a0a586f5
commit d05b6158ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 11 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/node-ws': patch
---
use defineWebSocket helper

View File

@ -1,5 +0,0 @@
---
'@hono/node-ws': patch
---
fix a bug if upgrading process uses async function

View File

@ -1,5 +1,13 @@
# @hono/node-ws # @hono/node-ws
## 1.1.6
### Patch Changes
- [#1187](https://github.com/honojs/middleware/pull/1187) [`69a0a586f5e144f00b1714a157fa43ff269c975a`](https://github.com/honojs/middleware/commit/69a0a586f5e144f00b1714a157fa43ff269c975a) Thanks [@nakasyou](https://github.com/nakasyou)! - use defineWebSocket helper
- [#1187](https://github.com/honojs/middleware/pull/1187) [`69a0a586f5e144f00b1714a157fa43ff269c975a`](https://github.com/honojs/middleware/commit/69a0a586f5e144f00b1714a157fa43ff269c975a) Thanks [@nakasyou](https://github.com/nakasyou)! - fix a bug if upgrading process uses async function
## 1.1.5 ## 1.1.5
### Patch Changes ### Patch Changes

View File

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