Skip to content

Commit

Permalink
Merge pull request #4451 from Shopify/ah.bump-function-runner-6-2-1
Browse files Browse the repository at this point in the history
Bump function-runner to 6.2.1
  • Loading branch information
andrewhassan committed Sep 13, 2024
2 parents 7b02d48 + af9876e commit 4ff79d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gold-berries-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/app': patch
---

Updates the function-runner version to 6.2.1
2 changes: 1 addition & 1 deletion packages/app/src/cli/services/function/binaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import fs from 'node:fs'
import * as gzip from 'node:zlib'
import {fileURLToPath} from 'node:url'

const FUNCTION_RUNNER_VERSION = 'v6.2.0'
const FUNCTION_RUNNER_VERSION = 'v6.2.1'
const JAVY_VERSION = 'v3.1.0'

// The logic for determining the download URL and what to do with the response stream is _coincidentally_ the same for
Expand Down

0 comments on commit 4ff79d6

Please sign in to comment.