Skip to content

Commit 747a237

Browse files
Version Packages (#338)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a759e75 commit 747a237

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/clever-mails-warn.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/build/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hono/vite-build
22

3+
## 1.9.3
4+
5+
### Patch Changes
6+
7+
- [#337](https://github.com/honojs/vite-plugins/pull/337) [`a759e7533a915215154d4a211893d309e80199b4`](https://github.com/honojs/vite-plugins/commit/a759e7533a915215154d4a211893d309e80199b4) Thanks [@meck93](https://github.com/meck93)! - Fix Bun adapter build output to preserve an entry's `websocket` handler in the generated default export.
8+
This prevents Bun runtime WebSocket upgrade failures when apps export `{ fetch, websocket }`.
9+
310
## 1.9.2
411

512
### Patch Changes

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hono/vite-build",
33
"description": "Vite plugin to build your Hono app",
4-
"version": "1.9.2",
4+
"version": "1.9.3",
55
"types": "dist/index.d.ts",
66
"module": "dist/index.js",
77
"type": "module",

0 commit comments

Comments
 (0)