From 6ad5ac2b3583996390078852293f35d1ae29bcab Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Apr 2024 17:30:04 +0000 Subject: [PATCH] chore(release): 12.0.1 [skip ci] ## [12.0.1](https://github.com/libp2p/interop/compare/v12.0.0...v12.0.1) (2024-04-29) ### Bug Fixes * ensure DHT routing tables are not empty ([#150](https://github.com/libp2p/interop/issues/150)) ([d603d5b](https://github.com/libp2p/interop/commit/d603d5bddc333694c7963b256bd1c82244cd6a9a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d00a14..3e6e0a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [12.0.1](https://github.com/libp2p/interop/compare/v12.0.0...v12.0.1) (2024-04-29) + + +### Bug Fixes + +* ensure DHT routing tables are not empty ([#150](https://github.com/libp2p/interop/issues/150)) ([d603d5b](https://github.com/libp2p/interop/commit/d603d5bddc333694c7963b256bd1c82244cd6a9a)) + ## [12.0.0](https://github.com/libp2p/interop/compare/v11.0.0...v12.0.0) (2024-04-29) diff --git a/package.json b/package.json index ccf0765..f9e4455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/interop", - "version": "12.0.0", + "version": "12.0.1", "description": "Interoperability Tests for libp2p", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/interop#readme",