diff --git a/.changeset/strange-dodos-develop.md b/.changeset/strange-dodos-develop.md new file mode 100644 index 00000000000..2b29aa3c804 --- /dev/null +++ b/.changeset/strange-dodos-develop.md @@ -0,0 +1,5 @@ +--- +'@shopify/app': patch +--- + +Bump `function-runner` version to v7.0.1 diff --git a/packages/app/src/cli/services/function/binaries.ts b/packages/app/src/cli/services/function/binaries.ts index dcc1ef53122..3797e5738d9 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 = 'v7.0.0' +const FUNCTION_RUNNER_VERSION = 'v7.0.1' const JAVY_VERSION = 'v4.0.0' // The Javy plugin version should match the plugin version used in the // function-runner version specified above.