Skip to content

Commit da30052

Browse files
authored
Merge pull request #5223 from Shopify/ap.function-runner-v7.0.1
Bump `function-runner` to v7.0.1
2 parents 435f1d2 + f16483e commit da30052

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/app': patch
3+
---
4+
5+
Bump `function-runner` version to v7.0.1

packages/app/src/cli/services/function/binaries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import fs from 'node:fs'
1010
import * as gzip from 'node:zlib'
1111
import {fileURLToPath} from 'node:url'
1212

13-
const FUNCTION_RUNNER_VERSION = 'v7.0.0'
13+
const FUNCTION_RUNNER_VERSION = 'v7.0.1'
1414
const JAVY_VERSION = 'v4.0.0'
1515
// The Javy plugin version should match the plugin version used in the
1616
// function-runner version specified above.

0 commit comments

Comments
 (0)