diff --git a/.changeset/pre.json b/.changeset/pre.json index 7c2ab27252..4f65dde722 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -30,6 +30,7 @@ "@executor/env": "1.4.0" }, "changesets": [ + "dry-wings-march", "fix-bundling", "fix-sandbox-polyfills", "late-cameras-open", diff --git a/apps/cli/package.json b/apps/cli/package.json index 4482e73f81..54b19cbc65 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "executor", - "version": "1.4.3-beta.3", + "version": "1.4.3-beta.4", "private": true, "type": "module", "bin": { diff --git a/bun.lock b/bun.lock index 4794f1f6c2..968272c9e8 100644 --- a/bun.lock +++ b/bun.lock @@ -19,7 +19,7 @@ }, "apps/cli": { "name": "executor", - "version": "1.4.3-beta.3", + "version": "1.4.3-beta.4", "bin": { "executor": "./bin/executor.ts", },