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

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [@libp2p/interface-pubsub-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-pubsub-v1.0.4...@libp2p/interface-pubsub-v2.0.0) (2022-07-31)

### ⚠ BREAKING CHANGES

* The `Message` type is now either a `SignedMessage`
or a `UnsignedMessage`
* the inbound/outbound stream types have changed

### Features

* pubsub Message types for signature policies ([#266](#266)) ([9eb710b](9eb710b))

### Bug Fixes

* make stream types Uint8ArrayLists ([#272](#272)) ([ace7e0c](ace7e0c))

### Trivial Changes

* update project config ([#271](#271)) ([59c0bf5](59c0bf5))
  • Loading branch information
semantic-release-bot committed Jul 31, 2022
1 parent 9eb710b commit 3a871c9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions packages/interface-pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [@libp2p/interface-pubsub-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-pubsub-v1.0.4...@libp2p/interface-pubsub-v2.0.0) (2022-07-31)


### ⚠ BREAKING CHANGES

* The `Message` type is now either a `SignedMessage`
or a `UnsignedMessage`
* the inbound/outbound stream types have changed

### Features

* 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))


### Bug Fixes

* make stream types Uint8ArrayLists ([#272](https://github.com/libp2p/js-libp2p-interfaces/issues/272)) ([ace7e0c](https://github.com/libp2p/js-libp2p-interfaces/commit/ace7e0cdb81dd241a8e96a44e841d38b2b80e031))


### Trivial Changes

* update project config ([#271](https://github.com/libp2p/js-libp2p-interfaces/issues/271)) ([59c0bf5](https://github.com/libp2p/js-libp2p-interfaces/commit/59c0bf5e0b05496fca2e4902632b61bb41fad9e9))

## [@libp2p/interface-pubsub-v1.0.4](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-pubsub-v1.0.3...@libp2p/interface-pubsub-v1.0.4) (2022-06-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/interface-pubsub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/interface-pubsub",
"version": "1.0.4",
"version": "2.0.0",
"description": "PubSub interface for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-pubsub#readme",
Expand Down

0 comments on commit 3a871c9

Please sign in to comment.