Skip to content

Commit b923f53

Browse files
Version Packages (#381)
1 parent 0e7dccc commit b923f53

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/old-beers-melt.md

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

.changeset/short-spiders-travel.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.4
4+
5+
### Patch Changes
6+
7+
- a6fe3fd: Fix compatibility with `@types/[email protected]`.
8+
39
## 7.1.3
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.1.3",
3+
"version": "7.1.4",
44
"description": "Turn a function into an `http.Agent` instance",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/get-uri/CHANGELOG.md

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

3+
## 6.0.5
4+
5+
### Patch Changes
6+
7+
- 0e7dccc: Close the file descriptor handle when there is a cache hit for `file:` protocol
8+
39
## 6.0.4
410

511
### Patch Changes

packages/get-uri/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "get-uri",
3-
"version": "6.0.4",
3+
"version": "6.0.5",
44
"description": "Returns a `stream.Readable` from a URI string",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)