diff --git a/.changeset/big-pillows-shave.md b/.changeset/big-pillows-shave.md deleted file mode 100644 index a6cc80a6..00000000 --- a/.changeset/big-pillows-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/node-ws': patch ---- - -fix a bug of upgrading diff --git a/packages/node-ws/CHANGELOG.md b/packages/node-ws/CHANGELOG.md index 45bb5b4c..32957f93 100644 --- a/packages/node-ws/CHANGELOG.md +++ b/packages/node-ws/CHANGELOG.md @@ -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 diff --git a/packages/node-ws/package.json b/packages/node-ws/package.json index 43a3a5a1..5627af75 100644 --- a/packages/node-ws/package.json +++ b/packages/node-ws/package.json @@ -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",