Skip to content

Commit d2d03d5

Browse files
Version Packages (#187)
1 parent eb6906b commit d2d03d5

File tree

7 files changed

+69
-71
lines changed

7 files changed

+69
-71
lines changed

.changeset/dirty-worms-dress.md

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

.changeset/four-carrots-help.md

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

packages/agent-base/CHANGELOG.md

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

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- da699b1: Add `isSecureEndpoint()` as an instance method
8+
39
## 7.0.2
410

511
### Patch Changes

packages/agent-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-base",
3-
"version": "7.0.2",
3+
"version": "7.1.0",
44
"description": "Turn a function into an `http.Agent` instance",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/http-proxy-agent/CHANGELOG.md

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

3+
## 6.1.1
4+
5+
### Patch Changes
6+
7+
- eb6906b: Fix `keepAlive: true`
8+
- Updated dependencies [da699b1]
9+
- agent-base@7.1.0
10+
311
## 6.1.0
412

513
### Minor Changes

packages/http-proxy-agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-proxy-agent",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -27,7 +27,7 @@
2727
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
2828
"license": "MIT",
2929
"dependencies": {
30-
"agent-base": "^7.0.2",
30+
"agent-base": "^7.1.0",
3131
"debug": "^4.3.4"
3232
},
3333
"devDependencies": {

0 commit comments

Comments
 (0)