Skip to content

Commit 3b14ad0

Browse files
chore(release): 7.0.0 [skip ci]
## [7.0.0](v6.0.3...v7.0.0) (2023-02-24) ### ⚠ BREAKING CHANGES * requires new daemon client version ### Bug Fixes * subscribe to topic separately from consuming messages ([#91](#91)) ([aaca95c](aaca95c))
1 parent aaca95c commit 3b14ad0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [7.0.0](https://github.com/libp2p/interop/compare/v6.0.3...v7.0.0) (2023-02-24)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* requires new daemon client version
7+
8+
### Bug Fixes
9+
10+
* subscribe to topic separately from consuming messages ([#91](https://github.com/libp2p/interop/issues/91)) ([aaca95c](https://github.com/libp2p/interop/commit/aaca95c63254da5467d4dabd7269680d5b2bf798))
11+
112
## [6.0.3](https://github.com/libp2p/interop/compare/v6.0.2...v6.0.3) (2023-02-23)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/interop",
3-
"version": "6.0.3",
3+
"version": "7.0.0",
44
"description": "Interoperability Tests for libp2p",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/interop#readme",

0 commit comments

Comments
 (0)