Version Packages (#1184)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1185/head @hono/node-ws@1.1.5
github-actions[bot] 2025-06-01 11:25:25 +09:00 committed by GitHub
parent ccc49dd508
commit 858c6b4fc3
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
---
fix a bug if upgrading process uses async function

View File

@ -1,5 +1,11 @@
# @hono/node-ws
## 1.1.5
### Patch Changes
- [#1183](https://github.com/honojs/middleware/pull/1183) [`ccc49dd50842d578ae1aff06a1c8224462e37299`](https://github.com/honojs/middleware/commit/ccc49dd50842d578ae1aff06a1c8224462e37299) Thanks [@nakasyou](https://github.com/nakasyou)! - fix a bug if upgrading process uses async function
## 1.1.4
### Patch Changes

View File

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