Skip to content

Commit

Permalink
Version Packages (#245)
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
github-actions[bot] and github-actions[bot] authored Jan 25, 2023
1 parent 7110a53 commit ad16cea
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-bikes-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-cheetahs-fail.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/node-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @edge-runtime/node-utils

## 2.0.0

### Major Changes

- Provides mocked fetch event which throws when using `waitUntil`. `buildToNodeHandler()`'s dependencies now requires `FetchEvent` constructor. ([#244](https://github.com/vercel/edge-runtime/pull/244))

- Uses host header as request origin when available. `buildToNodeHandler()`'s `origin` option has been renamed into `defaultOrigin`. ([#244](https://github.com/vercel/edge-runtime/pull/244))

## 1.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@edge-runtime/node-utils",
"description": "A set of helpers for running edge-compliant code in Node.js environment",
"homepage": "https://edge-runtime.vercel.app/packages/node-utils",
"version": "1.0.0",
"version": "2.0.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"repository": {
Expand Down

1 comment on commit ad16cea

@vercel
Copy link

@vercel vercel bot commented on ad16cea Jan 25, 2023

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.vercel.app
edge-runtime.vercel.sh
edge-runtime-git-main.vercel.sh

Please sign in to comment.