Version Packages (#642)

pull/644/head @hono/node-ws@1.0.3
github-actions[bot] 2024-07-15 17:34:53 +09:00 committed by GitHub
parent 2f307e6877
commit e6afa4bd3d
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
---
Fixed wrong byteLength on binary messages

View File

@ -1,5 +1,11 @@
# @hono/node-ws
## 1.0.3
### Patch Changes
- [#639](https://github.com/honojs/middleware/pull/639) [`2f307e687797feaf68de4579cf14c230f239fa2b`](https://github.com/honojs/middleware/commit/2f307e687797feaf68de4579cf14c230f239fa2b) Thanks [@Yovach](https://github.com/Yovach)! - Fixed wrong byteLength on binary messages
## 1.0.2
### Patch Changes

View File

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