Version Packages (#966)

pull/967/head @hono/node-ws@1.0.8
github-actions[bot] 2025-02-10 18:13:23 +09:00 committed by GitHub
parent c24efa6b8a
commit 0ebb6854fc
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
---
fix a bug of upgrading

View File

@ -1,5 +1,11 @@
# @hono/node-ws
## 1.0.8
### Patch Changes
- [#959](https://github.com/honojs/middleware/pull/959) [`c24efa6b8af08d0d0b3315b7b5b7355b5dd7ff5a`](https://github.com/honojs/middleware/commit/c24efa6b8af08d0d0b3315b7b5b7355b5dd7ff5a) Thanks [@nakasyou](https://github.com/nakasyou)! - fix a bug of upgrading
## 1.0.7
### Patch Changes

View File

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