Skip to content

Commit deae708

Browse files
Version Packages (#953)
1 parent c80ffbf commit deae708

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/ninety-dogs-decide.md

-5
This file was deleted.

packages/node-ws/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hono/node-ws
22

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- [#951](https://github.com/honojs/middleware/pull/951) [`c80ffbfb4c72e8ad7e9a7f65611aa667c6776d64`](https://github.com/honojs/middleware/commit/c80ffbfb4c72e8ad7e9a7f65611aa667c6776d64) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: allow `Hono` with custom Env for `createNodeWebSocket`
8+
39
## 1.0.6
410

511
### Patch Changes

packages/node-ws/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/node-ws",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "WebSocket helper for Node.js",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)