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

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [@libp2p/interface-stream-muxer-v3.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-stream-muxer-v2.0.2...@libp2p/interface-stream-muxer-v3.0.0) (2022-10-06)

### ⚠ BREAKING CHANGES

* the return type of StreamMuxer.newStream can now return a promise

Co-authored-by: Marco Munizaga <marco@marcopolo.io>

### Features

* add upgrader options ([#290](#290)) ([c502b66](c502b66))
  • Loading branch information
semantic-release-bot committed Oct 6, 2022
1 parent 5de9728 commit e7fc79e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/interface-stream-muxer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [@libp2p/interface-stream-muxer-v3.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-stream-muxer-v2.0.2...@libp2p/interface-stream-muxer-v3.0.0) (2022-10-06)


### ⚠ BREAKING CHANGES

* the return type of StreamMuxer.newStream can now return a promise

Co-authored-by: Marco Munizaga <marco@marcopolo.io>

### Features

* add upgrader options ([#290](https://github.com/libp2p/js-libp2p-interfaces/issues/290)) ([c502b66](https://github.com/libp2p/js-libp2p-interfaces/commit/c502b66d87020eb8e2768c49be17392c55503f69))

## [@libp2p/interface-stream-muxer-v2.0.2](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-stream-muxer-v2.0.1...@libp2p/interface-stream-muxer-v2.0.2) (2022-08-07)


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

0 comments on commit e7fc79e

Please sign in to comment.