diff --git a/.changeset/eleven-rice-train.md b/.changeset/eleven-rice-train.md new file mode 100644 index 00000000000..7f3eecd3f80 --- /dev/null +++ b/.changeset/eleven-rice-train.md @@ -0,0 +1,5 @@ +--- +'@shopify/app': minor +--- + +Bump function-runner version to v7.0.0 diff --git a/packages/app/src/cli/services/function/binaries.ts b/packages/app/src/cli/services/function/binaries.ts index 88b5ee9a386..dcc1ef53122 100644 --- a/packages/app/src/cli/services/function/binaries.ts +++ b/packages/app/src/cli/services/function/binaries.ts @@ -10,7 +10,7 @@ import fs from 'node:fs' import * as gzip from 'node:zlib' import {fileURLToPath} from 'node:url' -const FUNCTION_RUNNER_VERSION = 'v6.5.0' +const FUNCTION_RUNNER_VERSION = 'v7.0.0' const JAVY_VERSION = 'v4.0.0' // The Javy plugin version should match the plugin version used in the // function-runner version specified above.