Skip to content

Commit

Permalink
Version Packages (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 15, 2024
1 parent b88ab46 commit b5f94e3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/strong-cups-listen.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/http-proxy-agent/CHANGELOG.md
@@ -1,5 +1,11 @@
# http-proxy-agent

## 7.0.2

### Patch Changes

- b88ab46: Import `url` instead of `node:url` 🤷‍♂️

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http-proxy-agent/package.json
@@ -1,6 +1,6 @@
{
"name": "http-proxy-agent",
"version": "7.0.1",
"version": "7.0.2",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/https-proxy-agent/CHANGELOG.md
@@ -1,5 +1,11 @@
# https-proxy-agent

## 7.0.4

### Patch Changes

- b88ab46: Import `url` instead of `node:url` 🤷‍♂️

## 7.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/https-proxy-agent/package.json
@@ -1,6 +1,6 @@
{
"name": "https-proxy-agent",
"version": "7.0.3",
"version": "7.0.4",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit b5f94e3

Please sign in to comment.