Skip to content

Commit c0172dc

Browse files
Version Packages (#152)
1 parent f30ed32 commit c0172dc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/smooth-toes-brush.md

-5
This file was deleted.

packages/proxy-agent/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# proxy-agent
22

3+
## 6.1.1
4+
5+
### Patch Changes
6+
7+
- f30ed32: Use `HttpProxyAgent` for "http" and `HttpsProxyAgent` for "https"
8+
39
## 6.1.0
410

511
### Minor Changes

packages/proxy-agent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proxy-agent",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Maps proxy protocols to `http.Agent` implementations",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)