Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jan 19, 2023
1 parent a135b01 commit 4c6832a
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 @@ -28,7 +28,7 @@ Next, define the **vercel-deno** runtime within the "functions" object in your
```json
{
"functions": {
"api/**/*.[jt]s": { "runtime": "vercel-deno@2.0.2" }
"api/**/*.[jt]s": { "runtime": "vercel-deno@2.0.3" }
}
}
```
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": "2.0.2",
"version": "2.0.3",
"description": "Vercel Runtime for Deno serverless functions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

1 comment on commit 4c6832a

@vercel
Copy link

@vercel vercel bot commented on 4c6832a Jan 19, 2023

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.