We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d51017 commit 31dc528Copy full SHA for 31dc528
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.1.0](https://github.com/libp2p/js-libp2p-pubsub/compare/v3.0.4...v3.1.0) (2022-08-03)
2
+
3
4
+### Features
5
6
+* remove unnecessary direct dependency ([#92](https://github.com/libp2p/js-libp2p-pubsub/issues/92)) ([6d51017](https://github.com/libp2p/js-libp2p-pubsub/commit/6d510173d3708e32eb635aac6c3cf7c616d5be4c))
7
8
## [3.0.4](https://github.com/libp2p/js-libp2p-pubsub/compare/v3.0.3...v3.0.4) (2022-08-01)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@libp2p/pubsub",
- "version": "3.0.4",
+ "version": "3.1.0",
"description": "libp2p pubsub base class",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-pubsub#readme",
0 commit comments