Skip to content

Commit b5f94e3

Browse files
Version Packages (#290)
1 parent b88ab46 commit b5f94e3

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/strong-cups-listen.md

-6
This file was deleted.

packages/http-proxy-agent/CHANGELOG.md

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

3+
## 7.0.2
4+
5+
### Patch Changes
6+
7+
- b88ab46: Import `url` instead of `node:url` 🤷‍♂️
8+
39
## 7.0.1
410

511
### Patch Changes

packages/http-proxy-agent/package.json

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

packages/https-proxy-agent/CHANGELOG.md

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

3+
## 7.0.4
4+
5+
### Patch Changes
6+
7+
- b88ab46: Import `url` instead of `node:url` 🤷‍♂️
8+
39
## 7.0.3
410

511
### Patch Changes

packages/https-proxy-agent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "https-proxy-agent",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
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)