Skip to content

Commit 08487f0

Browse files
Version Packages (TooTallNate#216)
1 parent 23fe1e3 commit 08487f0

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/gentle-panthers-stare.md

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

packages/https-proxy-agent/CHANGELOG.md

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

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- 23fe1e3: Correct the header parsing logic to stop before the response content to avoid generating an exception.
8+
39
## 7.0.0
410

511
### Major Changes

packages/https-proxy-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "https-proxy-agent",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)