Skip to content

Commit d2c31a2

Browse files
committed
3.0.4
1 parent 6a5986c commit d2c31a2

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
@@ -33,7 +33,7 @@ Next, define the **vercel-deno** runtime within the "functions" object in your
3333
```json
3434
{
3535
"functions": {
36-
"api/**/*.[jt]s": { "runtime": "[email protected].2" }
36+
"api/**/*.[jt]s": { "runtime": "[email protected].4" }
3737
}
3838
}
3939
```

package.json

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

0 commit comments

Comments
 (0)