Skip to content

Commit

Permalink
Version Packages (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 12, 2023
1 parent 0f31047 commit 2f835a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-ravens-leave.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# proxy

## 2.1.0

### Minor Changes

- 0f31047: Add `localAddress` option to specify which networking interface the proxy should use to create outgoing connections

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proxy",
"version": "2.0.1",
"version": "2.1.0",
"description": "An HTTP proxy written with Node.js (think Squid)",
"main": "./dist/proxy.js",
"types": "./dist/proxy.d.ts",
Expand Down

1 comment on commit 2f835a4

@vercel
Copy link

@vercel vercel bot commented on 2f835a4 May 12, 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:

proxy-agents – ./

proxy-agents-git-main-tootallnate.vercel.app
proxy-agents.vercel.app
proxy-agents-tootallnate.vercel.app

Please sign in to comment.