Skip to content

Commit

Permalink
chore(release): 3.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jun 23, 2022
1 parent 760594e commit 4b116f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.2](https://github.com/libp2p/js-libp2p-pubsub/compare/v3.0.1...v3.0.2) (2022-06-23)


### Bug Fixes

* 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))

## [3.0.1](https://github.com/libp2p/js-libp2p-pubsub/compare/v3.0.0...v3.0.1) (2022-06-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/pubsub",
"version": "3.0.1",
"version": "3.0.2",
"description": "libp2p pubsub base class",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-pubsub#readme",
Expand Down

0 comments on commit 4b116f2

Please sign in to comment.