Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Apr 9, 2024
1 parent ea7ea28 commit e8d1d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Next, define the **vercel-deno** runtime within the "functions" object in your
```json
{
"functions": {
"api/**/*.[jt]s": { "runtime": "vercel-deno@3.0.4" }
"api/**/*.[jt]s": { "runtime": "vercel-deno@3.1.0" }
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel-deno",
"version": "3.0.5",
"version": "3.1.0",
"description": "Vercel Runtime for Deno serverless functions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e8d1d54

Please sign in to comment.