Skip to content

Commit 4b116f2

Browse files
chore(release): 3.0.2 [skip ci]
## [3.0.2](libp2p/js-libp2p-pubsub@v3.0.1...v3.0.2) (2022-06-23) ### Bug Fixes * do not unsubscribe after publish ([#78](libp2p/js-libp2p-pubsub#78)) ([760594e](libp2p/js-libp2p-pubsub@760594e))
1 parent 760594e commit 4b116f2

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.2](https://github.com/libp2p/js-libp2p-pubsub/compare/v3.0.1...v3.0.2) (2022-06-23)
2+
3+
4+
### Bug Fixes
5+
6+
* do not unsubscribe after publish ([#78](https://github.com/libp2p/js-libp2p-pubsub/issues/78)) ([760594e](https://github.com/libp2p/js-libp2p-pubsub/commit/760594e57224e38139a560c37747e52f9dd3e593))
7+
18
## [3.0.1](https://github.com/libp2p/js-libp2p-pubsub/compare/v3.0.0...v3.0.1) (2022-06-17)
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.1",
3+
"version": "3.0.2",
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)