From 1cc9af098c7be22aed692cfdb50767562f693066 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:03:04 -0500 Subject: [PATCH] chore(master): release 11.2.1 (#489) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f189c8b..160006f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,13 @@ * chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245 +## [11.2.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v11.2.0...v11.2.1) (2024-02-05) + + +### Bug Fixes + +* remove abortable iterator ([#488](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/488)) ([e39b2e2](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/e39b2e2910571eba03c1ba2f84a087e4903858c9)) + ## [11.2.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v11.1.0...v11.2.0) (2024-01-30) diff --git a/package-lock.json b/package-lock.json index 1fb301dc..4e8e37f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "11.2.0", + "version": "11.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@chainsafe/libp2p-gossipsub", - "version": "11.2.0", + "version": "11.2.1", "license": "Apache-2.0", "dependencies": { "@libp2p/crypto": "^4.0.1", diff --git a/package.json b/package.json index 510a40c8..1be67b90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "11.2.0", + "version": "11.2.1", "description": "A typescript implementation of gossipsub", "files": [ "src",