Version Packages (#975)

pull/976/head @hono/node-ws@1.1.0
github-actions[bot] 2025-02-23 15:35:06 +09:00 committed by GitHub
parent 6f90a574c4
commit fa8ed2804f
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': minor
---
Added rejection of WebSocket connections when the app does not expect them

View File

@ -1,5 +1,11 @@
# @hono/node-ws
## 1.1.0
### Minor Changes
- [#973](https://github.com/honojs/middleware/pull/973) [`6f90a574c465b4d0ecadbe605bdf434b9f3c95f3`](https://github.com/honojs/middleware/commit/6f90a574c465b4d0ecadbe605bdf434b9f3c95f3) Thanks [@dkulyk](https://github.com/dkulyk)! - Added rejection of WebSocket connections when the app does not expect them
## 1.0.8
### Patch Changes

View File

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