Skip to content

Commit

Permalink
chore(release): 6.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.2](libp2p/js-libp2p-pubsub@v6.0.1...v6.0.2) (2023-02-22)

### Bug Fixes

* get key from peer id if not specified in the message ([#129](libp2p/js-libp2p-pubsub#129)) ([c183c70](libp2p/js-libp2p-pubsub@c183c70))

### Trivial Changes

* Update .github/workflows/semantic-pull-request.yml [skip ci] ([9839b71](libp2p/js-libp2p-pubsub@9839b71))
  • Loading branch information
semantic-release-bot committed Feb 22, 2023
1 parent c183c70 commit 0a30cf6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [6.0.2](https://github.com/libp2p/js-libp2p-pubsub/compare/v6.0.1...v6.0.2) (2023-02-22)


### Bug Fixes

* get key from peer id if not specified in the message ([#129](https://github.com/libp2p/js-libp2p-pubsub/issues/129)) ([c183c70](https://github.com/libp2p/js-libp2p-pubsub/commit/c183c70f4d57af486e74fd2920eb1d0a878e6ab3))


### Trivial Changes

* Update .github/workflows/semantic-pull-request.yml [skip ci] ([9839b71](https://github.com/libp2p/js-libp2p-pubsub/commit/9839b71811a2467a9317700c9874b14a6da8759e))

## [6.0.1](https://github.com/libp2p/js-libp2p-pubsub/compare/v6.0.0...v6.0.1) (2023-01-31)


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": "6.0.1",
"version": "6.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 0a30cf6

Please sign in to comment.