Skip to content

Commit 2f835a4

Browse files
Version Packages (#168)
1 parent 0f31047 commit 2f835a4

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/itchy-ravens-leave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/proxy/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# proxy
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- 0f31047: Add `localAddress` option to specify which networking interface the proxy should use to create outgoing connections
8+
39
## 2.0.1
410

511
### Patch Changes

packages/proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proxy",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "An HTTP proxy written with Node.js (think Squid)",
55
"main": "./dist/proxy.js",
66
"types": "./dist/proxy.d.ts",

0 commit comments

Comments
 (0)