Version Packages (#653)

pull/634/merge @hono/node-ws@1.0.4
github-actions[bot] 2024-07-19 07:16:04 +09:00 committed by GitHub
parent 139e34a907
commit 20c2d1c0e1
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
---
Add a `CloseEvent` class to avoid exception "CloseEvent is not defined"

View File

@ -1,5 +1,11 @@
# @hono/node-ws
## 1.0.4
### Patch Changes
- [#648](https://github.com/honojs/middleware/pull/648) [`139e34a90775d25a61002baeb84d7927b9d75b70`](https://github.com/honojs/middleware/commit/139e34a90775d25a61002baeb84d7927b9d75b70) Thanks [@Yovach](https://github.com/Yovach)! - Add a `CloseEvent` class to avoid exception "CloseEvent is not defined"
## 1.0.3
### Patch Changes

View File

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