Version Packages (#877)

pull/874/merge @hono/node-ws@1.0.5
github-actions[bot] 2024-12-10 13:02:09 +09:00 committed by GitHub
parent a092ffaadb
commit 27ff98f26e
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 case-sensitivity of the WebSocket "Upgrade" header value

View File

@ -1,5 +1,11 @@
# @hono/node-ws
## 1.0.5
### Patch Changes
- [#876](https://github.com/honojs/middleware/pull/876) [`a092ffaadb3a265a207acc558e6cd021fc3bb6d9`](https://github.com/honojs/middleware/commit/a092ffaadb3a265a207acc558e6cd021fc3bb6d9) Thanks [@HusamElbashir](https://github.com/HusamElbashir)! - Fixed case-sensitivity of the WebSocket "Upgrade" header value
## 1.0.4
### Patch Changes

View File

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