From 2649d3443370d57182a2f19bbc5aca955242e53e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Jun 2024 15:54:47 +0000 Subject: [PATCH] chore(release): 12.1.0 [skip ci] ## [12.1.0](https://github.com/libp2p/interop/compare/v12.0.2...v12.1.0) (2024-06-06) ### Features * add webrtc-direct connect tests ([#153](https://github.com/libp2p/interop/issues/153)) ([2221128](https://github.com/libp2p/interop/commit/22211280f1471f31fce37dc248865193cebb5421)) ### Dependencies * **dev:** bump aegir from 42.2.11 to 43.0.1 ([#152](https://github.com/libp2p/interop/issues/152)) ([18f616c](https://github.com/libp2p/interop/commit/18f616c30d6d4ef2bd253b1e20a7ee03f490443b)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9387ed9..1c70d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [12.1.0](https://github.com/libp2p/interop/compare/v12.0.2...v12.1.0) (2024-06-06) + + +### Features + +* add webrtc-direct connect tests ([#153](https://github.com/libp2p/interop/issues/153)) ([2221128](https://github.com/libp2p/interop/commit/22211280f1471f31fce37dc248865193cebb5421)) + + +### Dependencies + +* **dev:** bump aegir from 42.2.11 to 43.0.1 ([#152](https://github.com/libp2p/interop/issues/152)) ([18f616c](https://github.com/libp2p/interop/commit/18f616c30d6d4ef2bd253b1e20a7ee03f490443b)) + ## [12.0.2](https://github.com/libp2p/interop/compare/v12.0.1...v12.0.2) (2024-04-29) diff --git a/package.json b/package.json index e28a331..f60e436 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/interop", - "version": "12.0.2", + "version": "12.1.0", "description": "Interoperability Tests for libp2p", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/interop#readme",