Version Packages (#1249)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1250/head @hono/node-ws@1.2.0
github-actions[bot] 2025-06-22 13:11:19 +09:00 committed by GitHub
parent 5178967931
commit 95845a50ca
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': minor
---
Return the WebSocketServer instance used for createNodeWebSocket

View File

@ -1,5 +1,11 @@
# @hono/node-ws
## 1.2.0
### Minor Changes
- [#1213](https://github.com/honojs/middleware/pull/1213) [`5178967931d9f9020892d69b9a929469be25c6a7`](https://github.com/honojs/middleware/commit/5178967931d9f9020892d69b9a929469be25c6a7) Thanks [@palmm](https://github.com/palmm)! - Return the WebSocketServer instance used for createNodeWebSocket
## 1.1.7
### Patch Changes

View File

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