From d05b6158ec7eec98dc63ae3cd7f316dcb556ba0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 21:10:02 +0900 Subject: [PATCH] Version Packages (#1189) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/seven-schools-tell.md | 5 ----- .changeset/shaggy-lies-go.md | 5 ----- packages/node-ws/CHANGELOG.md | 8 ++++++++ packages/node-ws/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/seven-schools-tell.md delete mode 100644 .changeset/shaggy-lies-go.md diff --git a/.changeset/seven-schools-tell.md b/.changeset/seven-schools-tell.md deleted file mode 100644 index e6e715f7..00000000 --- a/.changeset/seven-schools-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/node-ws': patch ---- - -use defineWebSocket helper diff --git a/.changeset/shaggy-lies-go.md b/.changeset/shaggy-lies-go.md deleted file mode 100644 index ebfc0251..00000000 --- a/.changeset/shaggy-lies-go.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/node-ws': patch ---- - -fix a bug if upgrading process uses async function diff --git a/packages/node-ws/CHANGELOG.md b/packages/node-ws/CHANGELOG.md index 65ba2725..56d1604c 100644 --- a/packages/node-ws/CHANGELOG.md +++ b/packages/node-ws/CHANGELOG.md @@ -1,5 +1,13 @@ # @hono/node-ws +## 1.1.6 + +### Patch Changes + +- [#1187](https://github.com/honojs/middleware/pull/1187) [`69a0a586f5e144f00b1714a157fa43ff269c975a`](https://github.com/honojs/middleware/commit/69a0a586f5e144f00b1714a157fa43ff269c975a) Thanks [@nakasyou](https://github.com/nakasyou)! - use defineWebSocket helper + +- [#1187](https://github.com/honojs/middleware/pull/1187) [`69a0a586f5e144f00b1714a157fa43ff269c975a`](https://github.com/honojs/middleware/commit/69a0a586f5e144f00b1714a157fa43ff269c975a) Thanks [@nakasyou](https://github.com/nakasyou)! - fix a bug if upgrading process uses async function + ## 1.1.5 ### Patch Changes diff --git a/packages/node-ws/package.json b/packages/node-ws/package.json index 076804da..f946792b 100644 --- a/packages/node-ws/package.json +++ b/packages/node-ws/package.json @@ -1,6 +1,6 @@ { "name": "@hono/node-ws", - "version": "1.1.5", + "version": "1.1.6", "description": "WebSocket helper for Node.js", "type": "module", "main": "dist/index.js",