Version Packages (#953)

pull/887/head^2 @hono/node-ws@1.0.7
github-actions[bot] 2025-02-02 21:30:01 +09:00 committed by GitHub
parent c80ffbfb4c
commit deae708dde
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: allow `Hono` with custom Env for `createNodeWebSocket`

View File

@ -1,5 +1,11 @@
# @hono/node-ws
## 1.0.7
### Patch Changes
- [#951](https://github.com/honojs/middleware/pull/951) [`c80ffbfb4c72e8ad7e9a7f65611aa667c6776d64`](https://github.com/honojs/middleware/commit/c80ffbfb4c72e8ad7e9a7f65611aa667c6776d64) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: allow `Hono` with custom Env for `createNodeWebSocket`
## 1.0.6
### Patch Changes

View File

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