Skip to content

Commit

Permalink
0.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jun 8, 2021
1 parent 6e5eabb commit cdc5d7c
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 @@ -32,7 +32,7 @@ Next, define the **vercel-deno** runtime within the "functions" object in your
```json
{
"functions": {
"api/**/*.[jt]s": { "runtime": "vercel-deno@0.7.12" }
"api/**/*.[jt]s": { "runtime": "vercel-deno@0.7.13" }
}
}
```
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": "0.7.12",
"version": "0.7.13",
"description": "Vercel Runtime for Deno serverless functions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

1 comment on commit cdc5d7c

@vercel
Copy link

@vercel vercel bot commented on cdc5d7c Jun 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.