Version Packages (#1095)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1077/head @hono/node-ws@1.1.1
github-actions[bot] 2025-04-01 21:44:24 +09:00 committed by GitHub
parent 519404ad2c
commit 5dd598f499
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
---
Adapter won't send Buffer as a MessageEvent.

View File

@ -1,5 +1,11 @@
# @hono/node-ws
## 1.1.1
### Patch Changes
- [#1094](https://github.com/honojs/middleware/pull/1094) [`519404ad2c343bcc7043d77dc6ce82217871f209`](https://github.com/honojs/middleware/commit/519404ad2c343bcc7043d77dc6ce82217871f209) Thanks [@nakasyou](https://github.com/nakasyou)! - Adapter won't send Buffer as a MessageEvent.
## 1.1.0
### Minor Changes

View File

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