Skip to content

Commit 9cb24bc

Browse files
chore(release): 3.0.1 [skip ci]
## [3.0.1](libp2p/js-libp2p-pubsub@v3.0.0...v3.0.1) (2022-06-17) ### Bug Fixes * limit stream concurrency ([#77](libp2p/js-libp2p-pubsub#77)) ([d4f1779](libp2p/js-libp2p-pubsub@d4f1779))
1 parent d4f1779 commit 9cb24bc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.1](https://github.com/libp2p/js-libp2p-pubsub/compare/v3.0.0...v3.0.1) (2022-06-17)
2+
3+
4+
### Bug Fixes
5+
6+
* limit stream concurrency ([#77](https://github.com/libp2p/js-libp2p-pubsub/issues/77)) ([d4f1779](https://github.com/libp2p/js-libp2p-pubsub/commit/d4f1779b68e658211e7a50ba446ec479bb413d2b))
7+
18
## [3.0.0](https://github.com/libp2p/js-libp2p-pubsub/compare/v2.0.0...v3.0.0) (2022-06-16)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/pubsub",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "libp2p pubsub base class",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-pubsub#readme",

0 commit comments

Comments
 (0)