From 0a30cf6df79b08f07db00272f5324fd0e2de5562 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Feb 2023 17:33:10 +0000 Subject: [PATCH] chore(release): 6.0.2 [skip ci] ## [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)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec35005be1..f6098d3af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 83285104c8..6d21789b70 100644 --- a/package.json +++ b/package.json @@ -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",