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

Commit 344b0b9

Browse files
chore(release): 2.0.0 [skip ci]
## [@libp2p/interface-pubsub-compliance-tests-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-pubsub-compliance-tests-v1.0.4...@libp2p/interface-pubsub-compliance-tests-v2.0.0) (2022-07-31) ### ⚠ BREAKING CHANGES * The `Message` type is now either a `SignedMessage` or a `UnsignedMessage` ### Features * pubsub Message types for signature policies ([#266](#266)) ([9eb710b](9eb710b)) ### Trivial Changes * update project config ([#271](#271)) ([59c0bf5](59c0bf5)) * update sibling dependencies [skip ci] ([fbd5281](fbd5281))
1 parent 0f78597 commit 344b0b9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

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

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [@libp2p/interface-pubsub-compliance-tests-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-pubsub-compliance-tests-v1.0.4...@libp2p/interface-pubsub-compliance-tests-v2.0.0) (2022-07-31)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* The `Message` type is now either a `SignedMessage`
7+
or a `UnsignedMessage`
8+
9+
### Features
10+
11+
* pubsub Message types for signature policies ([#266](https://github.com/libp2p/js-libp2p-interfaces/issues/266)) ([9eb710b](https://github.com/libp2p/js-libp2p-interfaces/commit/9eb710bcbdb0aef95c7a8613e00065a3b7c7f887))
12+
13+
14+
### Trivial Changes
15+
16+
* update project config ([#271](https://github.com/libp2p/js-libp2p-interfaces/issues/271)) ([59c0bf5](https://github.com/libp2p/js-libp2p-interfaces/commit/59c0bf5e0b05496fca2e4902632b61bb41fad9e9))
17+
* update sibling dependencies [skip ci] ([fbd5281](https://github.com/libp2p/js-libp2p-interfaces/commit/fbd52811b1d074df0755a3ee10c33a99ccc86842))
18+
119
## [@libp2p/interface-pubsub-compliance-tests-v1.0.4](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-pubsub-compliance-tests-v1.0.3...@libp2p/interface-pubsub-compliance-tests-v1.0.4) (2022-06-27)
220

321

packages/interface-pubsub-compliance-tests/package.json

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

0 commit comments

Comments
 (0)