From 745d7fdbc60ac2d67fb39361ad9e98ae3660288e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Sep 2024 12:35:19 +0000 Subject: [PATCH] chore(release): 13.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [13.0.0](https://github.com/libp2p/interop/compare/v12.2.0...v13.0.0) (2024-09-11) ### ⚠ BREAKING CHANGES * bump @libp2p/interface from 1.7.0 to 2.0.0 (#159) ### Dependencies * bump @libp2p/interface from 1.7.0 to 2.0.0 ([#159](https://github.com/libp2p/interop/issues/159)) ([9c4e475](https://github.com/libp2p/interop/commit/9c4e4757fd1c697bbe2128a9ee7a8700237a2b71)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8c3d7..e8fb551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [13.0.0](https://github.com/libp2p/interop/compare/v12.2.0...v13.0.0) (2024-09-11) + +### ⚠ BREAKING CHANGES + +* bump @libp2p/interface from 1.7.0 to 2.0.0 (#159) + +### Dependencies + +* bump @libp2p/interface from 1.7.0 to 2.0.0 ([#159](https://github.com/libp2p/interop/issues/159)) ([9c4e475](https://github.com/libp2p/interop/commit/9c4e4757fd1c697bbe2128a9ee7a8700237a2b71)) + ## [12.2.0](https://github.com/libp2p/interop/compare/v12.1.1...v12.2.0) (2024-08-16) ### Features diff --git a/package.json b/package.json index 17a22cf..4175479 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/interop", - "version": "12.2.0", + "version": "13.0.0", "description": "Interoperability Tests for libp2p", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/interop#readme",