From cb50ec0a0e55f46d6d8f7b7c3d42034324ca1c95 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Oct 2022 16:59:10 +0000 Subject: [PATCH] chore(release): 4.0.1 [skip ci] ## [4.0.1](https://github.com/libp2p/js-libp2p-pubsub/compare/v4.0.0...v4.0.1) (2022-10-11) ### Bug Fixes * update interface-pubsub and adjust topicValidator implementation ([#102](https://github.com/libp2p/js-libp2p-pubsub/issues/102)) ([f84d365](https://github.com/libp2p/js-libp2p-pubsub/commit/f84d36588a1096f349d68752db43247346163e82)) ### Documentation * update readme ([7a6f91d](https://github.com/libp2p/js-libp2p-pubsub/commit/7a6f91da1dd05c0039cebfe2a17742736be08c08)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0b60b116..3f6b03aa5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [4.0.1](https://github.com/libp2p/js-libp2p-pubsub/compare/v4.0.0...v4.0.1) (2022-10-11) + + +### Bug Fixes + +* update interface-pubsub and adjust topicValidator implementation ([#102](https://github.com/libp2p/js-libp2p-pubsub/issues/102)) ([f84d365](https://github.com/libp2p/js-libp2p-pubsub/commit/f84d36588a1096f349d68752db43247346163e82)) + + +### Documentation + +* update readme ([7a6f91d](https://github.com/libp2p/js-libp2p-pubsub/commit/7a6f91da1dd05c0039cebfe2a17742736be08c08)) + ## [4.0.0](https://github.com/libp2p/js-libp2p-pubsub/compare/v3.1.3...v4.0.0) (2022-10-07) diff --git a/package.json b/package.json index 82eaf9d33a..6b82d04068 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/pubsub", - "version": "4.0.0", + "version": "4.0.1", "description": "libp2p pubsub base class", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-pubsub#readme",