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

Commit 8c00393

Browse files
chore(release): 2.0.0 [skip ci]
## [@libp2p/interface-compliance-tests-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-compliance-tests-v1.1.34...@libp2p/interface-compliance-tests-v2.0.0) (2022-05-20) ### ⚠ BREAKING CHANGES * This adds closeWrite and closeRead checks in the tests, which will cause test failures for muxers that don't implement those ### Bug Fixes * close streams when connection is closed ([#214](#214)) ([88fcd58](88fcd58)), closes [#90](#90) * update interfaces ([#215](#215)) ([72e6890](72e6890))
1 parent 9e5f296 commit 8c00393

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/libp2p-interface-compliance-tests/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [@libp2p/interface-compliance-tests-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-compliance-tests-v1.1.34...@libp2p/interface-compliance-tests-v2.0.0) (2022-05-20)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* This adds closeWrite and closeRead checks in the tests, which will cause test failures for muxers that don't implement those
7+
8+
### Bug Fixes
9+
10+
* close streams when connection is closed ([#214](https://github.com/libp2p/js-libp2p-interfaces/issues/214)) ([88fcd58](https://github.com/libp2p/js-libp2p-interfaces/commit/88fcd586276e03dd740c7095f05e21754ac1f3b5)), closes [#90](https://github.com/libp2p/js-libp2p-interfaces/issues/90)
11+
* update interfaces ([#215](https://github.com/libp2p/js-libp2p-interfaces/issues/215)) ([72e6890](https://github.com/libp2p/js-libp2p-interfaces/commit/72e6890826dadbd6e7cbba5536bde350ca4286e6))
12+
113
## [@libp2p/interface-compliance-tests-v1.1.34](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-compliance-tests-v1.1.33...@libp2p/interface-compliance-tests-v1.1.34) (2022-05-10)
214

315

packages/libp2p-interface-compliance-tests/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-compliance-tests",
3-
"version": "1.1.34",
3+
"version": "2.0.0",
44
"description": "Compliance tests for JS libp2p interfaces",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/libp2p-interface-compliance-tests#readme",

0 commit comments

Comments
 (0)