diff --git a/changelog/cli/0.10.17.md b/changelog/cli/0.10.17.md new file mode 100644 index 000000000..8146c524b --- /dev/null +++ b/changelog/cli/0.10.17.md @@ -0,0 +1,13 @@ +--- +package: "@webjsdev/cli" +version: 0.10.17 +date: 2026-06-14T19:33:51.322Z +commit_count: 1 +--- +## Fixes + +- **hot-reload webjs dev under Bun via bun --hot (#514)** ([#519](https://github.com/webjsdev/webjs/pull/519)) [`5aceb8b0`](https://github.com/webjsdev/webjs/commit/5aceb8b0) + * fix: hot-reload webjs dev under bun via bun --hot (#514) + + On Bun, webjs dev re-exec'd under node --watch (a Node-only flag) and relied + on the dev re-import's ?t= cache-bust query. Bun keys its module cache by path diff --git a/package-lock.json b/package-lock.json index 099f05ea3..7d560983d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6852,7 +6852,7 @@ }, "packages/cli": { "name": "@webjsdev/cli", - "version": "0.10.16", + "version": "0.10.17", "license": "MIT", "dependencies": { "@webjsdev/mcp": "^0.1.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index b99f14c30..f5f417c55 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@webjsdev/cli", - "version": "0.10.16", + "version": "0.10.17", "type": "module", "description": "webjs CLI - dev, start, create, db", "bin": {