Skip to content

Commit

Permalink
Version Packages (beta) (vercel#171)
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
2 people authored and jridgewell committed Jun 23, 2023
1 parent f06d98d commit d44f07c
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 @@ -23,6 +23,7 @@
"olive-balloons-exercise",
"popular-chairs-exercise",
"popular-lobsters-tap",
"selfish-insects-suffer",
"serious-papayas-dance",
"tall-lies-invite",
"tasty-paws-yell",
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.38

### Patch Changes

- fix: don't delete headers in a redirect ([#170](https://github.com/vercel/edge-runtime/pull/170))

## 1.1.0-beta.37

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

0 comments on commit d44f07c

Please sign in to comment.