From 01e4a3f8612b6508dd2061294f5d2b5cda9f5e69 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Apr 2023 11:31:02 +0000 Subject: [PATCH] chore(release): 7.0.1 [skip ci] ## [7.0.1](https://github.com/libp2p/js-libp2p-pubsub/compare/v7.0.0...v7.0.1) (2023-04-19) ### Dependencies * bump abortable-iterator from 4.0.3 to 5.0.1 ([#137](https://github.com/libp2p/js-libp2p-pubsub/issues/137)) ([695ad25](https://github.com/libp2p/js-libp2p-pubsub/commit/695ad25b3b9b53ddbe646b507e7e7e3051b834cf)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1cf72..f451ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.0.1](https://github.com/libp2p/js-libp2p-pubsub/compare/v7.0.0...v7.0.1) (2023-04-19) + + +### Dependencies + +* bump abortable-iterator from 4.0.3 to 5.0.1 ([#137](https://github.com/libp2p/js-libp2p-pubsub/issues/137)) ([695ad25](https://github.com/libp2p/js-libp2p-pubsub/commit/695ad25b3b9b53ddbe646b507e7e7e3051b834cf)) + ## [7.0.0](https://github.com/libp2p/js-libp2p-pubsub/compare/v6.0.6...v7.0.0) (2023-04-18) diff --git a/package.json b/package.json index 5869238..9cfcdbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/pubsub", - "version": "7.0.0", + "version": "7.0.1", "description": "libp2p pubsub base class", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-pubsub#readme",