Skip to content

Commit bc63044

Browse files
committed
4.2.0
1 parent f9d8f3b commit bc63044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ configuration in the root directory (`my-bash-project`):
5050
{
5151
"version": 2,
5252
"functions": {
53-
"api/*.sh": { "runtime": "vercel-bash@4.1.0" }
53+
"api/*.sh": { "runtime": "vercel-bash@4.2.0" }
5454
}
5555
}
5656
```

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vercel-bash",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Vercel Runtime for Bash serverless functions",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)