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

Commit cf4c8ff

Browse files
chore(release): 2.0.0 [skip ci]
## [@libp2p/interface-peer-discovery-compliance-tests-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-peer-discovery-compliance-tests-v1.0.2...@libp2p/interface-peer-discovery-compliance-tests-v2.0.0) (2022-10-12) ### ⚠ BREAKING CHANGES * modules no longer implement `Initializable` instead switching to constructor injection ### Bug Fixes * remove @libp2p/components ([#301](#301)) ([1d37dc6](1d37dc6))
1 parent d2750b8 commit cf4c8ff

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/interface-peer-discovery-compliance-tests/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [@libp2p/interface-peer-discovery-compliance-tests-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-peer-discovery-compliance-tests-v1.0.2...@libp2p/interface-peer-discovery-compliance-tests-v2.0.0) (2022-10-12)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* modules no longer implement `Initializable` instead switching to constructor injection
7+
8+
### Bug Fixes
9+
10+
* remove @libp2p/components ([#301](https://github.com/libp2p/js-libp2p-interfaces/issues/301)) ([1d37dc6](https://github.com/libp2p/js-libp2p-interfaces/commit/1d37dc6d3197838a71895d5769ad8bba6eb38fd3))
11+
112
## [@libp2p/interface-peer-discovery-compliance-tests-v1.0.2](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-peer-discovery-compliance-tests-v1.0.1...@libp2p/interface-peer-discovery-compliance-tests-v1.0.2) (2022-09-21)
213

314

packages/interface-peer-discovery-compliance-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/interface-peer-discovery-compliance-tests",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Compliance tests for implementations of the libp2p Peer Discovery interface",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-peer-discovery-compliance-tests#readme",

0 commit comments

Comments
 (0)