Skip to content

Commit

Permalink
Version Packages (beta) (#150)
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 27, 2022
1 parent 803cc4f commit d9f2fc4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
},
"changesets": [
"dry-taxis-trade",
"eighty-badgers-beg",
"gentle-boats-deliver",
"moody-fans-nail",
"popular-lobsters-tap",
"serious-papayas-dance",
"tall-lies-invite",
"thick-pets-brush"
]
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# edge-runtime

## 1.1.0-beta.35

### Patch Changes

- Add an util to validate chunks from `response.body` ([#149](https://github.com/vercel/edge-runtime/pull/149))

- Fix `unhandledrejection` handler parameters ([#151](https://github.com/vercel/edge-runtime/pull/151))

## 1.1.0-beta.34

### 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.34",
"version": "1.1.0-beta.35",
"main": "dist/index.js",
"bin": {
"edge-runtime": "dist/cli/index.js"
Expand Down

1 comment on commit d9f2fc4

@vercel
Copy link

@vercel vercel bot commented on d9f2fc4 Sep 27, 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.