Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 0a30cf6

Browse files
chore(release): 6.0.2 [skip ci]
## [6.0.2](v6.0.1...v6.0.2) (2023-02-22) ### Bug Fixes * get key from peer id if not specified in the message ([#129](#129)) ([c183c70](c183c70)) ### Trivial Changes * Update .github/workflows/semantic-pull-request.yml [skip ci] ([9839b71](9839b71))
1 parent c183c70 commit 0a30cf6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [6.0.2](https://github.com/libp2p/js-libp2p-pubsub/compare/v6.0.1...v6.0.2) (2023-02-22)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
8+
9+
### Trivial Changes
10+
11+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([9839b71](https://github.com/libp2p/js-libp2p-pubsub/commit/9839b71811a2467a9317700c9874b14a6da8759e))
12+
113
## [6.0.1](https://github.com/libp2p/js-libp2p-pubsub/compare/v6.0.0...v6.0.1) (2023-01-31)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/pubsub",
3-
"version": "6.0.1",
3+
"version": "6.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)