Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit a3afbfe

Browse files
chore(release): 5.1.0 [skip ci]
## [@libp2p/interface-connection-v5.1.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-v5.0.2...@libp2p/interface-connection-v5.1.0) (2023-05-16) ### Features * add closeRead and closeWrite to stream timeline properties ([#401](#401)) ([b1de032](b1de032))
1 parent b1de032 commit a3afbfe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/interface-connection/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [@libp2p/interface-connection-v5.1.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-v5.0.2...@libp2p/interface-connection-v5.1.0) (2023-05-16)
2+
3+
4+
### Features
5+
6+
* add closeRead and closeWrite to stream timeline properties ([#401](https://github.com/libp2p/js-libp2p-interfaces/issues/401)) ([b1de032](https://github.com/libp2p/js-libp2p-interfaces/commit/b1de0327cc6128b52ff1ceabe333481fb8a24bcb))
7+
18
## [@libp2p/interface-connection-v5.0.2](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-v5.0.1...@libp2p/interface-connection-v5.0.2) (2023-05-04)
29

310

packages/interface-connection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/interface-connection",
3-
"version": "5.0.2",
3+
"version": "5.1.0",
44
"description": "Connection interface for libp2p",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-connection#readme",

0 commit comments

Comments
 (0)