Version Packages (#941)

pull/942/head @hono/node-ws@1.0.6
github-actions[bot] 2025-01-21 18:43:45 +09:00 committed by GitHub
parent 3e2db6dc33
commit 6691c0e28e
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: Added missing WSContext raw type

View File

@ -1,5 +1,11 @@
# @hono/node-ws # @hono/node-ws
## 1.0.6
### Patch Changes
- [#940](https://github.com/honojs/middleware/pull/940) [`3e2db6dc33c7ab7f471bed65004ebf8139ba7695`](https://github.com/honojs/middleware/commit/3e2db6dc33c7ab7f471bed65004ebf8139ba7695) Thanks [@Ryiski](https://github.com/Ryiski)! - fix: Added missing WSContext raw type
## 1.0.5 ## 1.0.5
### Patch Changes ### Patch Changes

View File

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