Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Feb 19, 2023
1 parent 8ca38ea commit 5f773e1
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@2.0.3" }
"api/**/*.[jt]s": { "runtime": "vercel-deno@3.0.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": "2.0.3",
"version": "3.0.0",
"description": "Vercel Runtime for Deno serverless functions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

1 comment on commit 5f773e1

@vercel
Copy link

@vercel vercel bot commented on 5f773e1 Feb 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.