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

Commit e7fc79e

Browse files
chore(release): 3.0.0 [skip ci]
## [@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 <[email protected]> ### Features * add upgrader options ([#290](#290)) ([c502b66](c502b66))
1 parent 5de9728 commit e7fc79e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/interface-stream-muxer/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [@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)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* the return type of StreamMuxer.newStream can now return a promise
7+
8+
Co-authored-by: Marco Munizaga <[email protected]>
9+
10+
### Features
11+
12+
* add upgrader options ([#290](https://github.com/libp2p/js-libp2p-interfaces/issues/290)) ([c502b66](https://github.com/libp2p/js-libp2p-interfaces/commit/c502b66d87020eb8e2768c49be17392c55503f69))
13+
114
## [@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)
215

316

packages/interface-stream-muxer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/interface-stream-muxer",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "Stream Muxer interface for libp2p",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-stream-muxer#readme",

0 commit comments

Comments
 (0)