We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f1779 commit 9cb24bcCopy full SHA for 9cb24bc
CHANGELOG.md
@@ -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
8
## [3.0.0](https://github.com/libp2p/js-libp2p-pubsub/compare/v2.0.0...v3.0.0) (2022-06-16)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@libp2p/pubsub",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "libp2p pubsub base class",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-pubsub#readme",
0 commit comments