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

Commit 7fbe4c1

Browse files
chore(release): 4.0.0 [skip ci]
## [@libp2p/interface-connection-v4.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-v3.1.1...@libp2p/interface-connection-v4.0.0) (2023-04-11) ### ⚠ BREAKING CHANGES * remove connection gater from interface-connection (#365) ### Bug Fixes * remove connection gater from interface-connection ([#365](#365)) ([1cc13d3](1cc13d3))
1 parent 1cc13d3 commit 7fbe4c1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/interface-connection/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [@libp2p/interface-connection-v4.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-v3.1.1...@libp2p/interface-connection-v4.0.0) (2023-04-11)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* remove connection gater from interface-connection (#365)
7+
8+
### Bug Fixes
9+
10+
* remove connection gater from interface-connection ([#365](https://github.com/libp2p/js-libp2p-interfaces/issues/365)) ([1cc13d3](https://github.com/libp2p/js-libp2p-interfaces/commit/1cc13d3f0cbb9a82cdfca77af2a4deb5e20e8f6a))
11+
112
## [@libp2p/interface-connection-v3.1.1](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-connection-v3.1.0...@libp2p/interface-connection-v3.1.1) (2023-03-17)
213

314

packages/interface-connection/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/interface-connection",
3-
"version": "3.1.1",
3+
"version": "4.0.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)