Skip to content

Commit

Permalink
Version Packages (beta) (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Kikobeats and github-actions[bot] authored Sep 28, 2022
1 parent da34c7a commit 831e77d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"eighty-badgers-beg",
"gentle-boats-deliver",
"moody-fans-nail",
"nasty-poets-ring",
"popular-lobsters-tap",
"serious-papayas-dance",
"tall-lies-invite",
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# edge-runtime

## 1.1.0-beta.36

### Patch Changes

- Fix: always finish the response when there is a bad chunk enqueued ([#152](https://github.com/vercel/edge-runtime/pull/152))

## 1.1.0-beta.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "edge-runtime",
"description": "Run any Edge Function from CLI or Node.js module.",
"homepage": "https://edge-runtime.vercel.app/packages/runtime",
"version": "1.1.0-beta.35",
"version": "1.1.0-beta.36",
"main": "dist/index.js",
"bin": {
"edge-runtime": "dist/cli/index.js"
Expand Down

1 comment on commit 831e77d

@vercel
Copy link

@vercel vercel bot commented on 831e77d Sep 28, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

edge-runtime – ./

edge-runtime-git-main.vercel.sh
edge-runtime.vercel.app
edge-runtime.vercel.sh

Please sign in to comment.