From 294d53d21a0e5173700af6f0ca70ad7f4b420f02 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Oct 2022 17:53:43 +0000 Subject: [PATCH] chore(release): 9.1.0 [skip ci] ## [9.1.0](https://github.com/ipfs/interop/compare/v9.0.3...v9.1.0) (2022-10-06) ### Features * add kubo-rpc-client ([#499](https://github.com/ipfs/interop/issues/499)) ([d710daa](https://github.com/ipfs/interop/commit/d710daa4e8b2f5527db10e2231dd9574c0a2c6ce)) --- 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 331402e6..6b0657cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.1.0](https://github.com/ipfs/interop/compare/v9.0.3...v9.1.0) (2022-10-06) + + +### Features + +* add kubo-rpc-client ([#499](https://github.com/ipfs/interop/issues/499)) ([d710daa](https://github.com/ipfs/interop/commit/d710daa4e8b2f5527db10e2231dd9574c0a2c6ce)) + ## [9.0.3](https://github.com/ipfs/interop/compare/v9.0.2...v9.0.3) (2022-10-04) diff --git a/package-lock.json b/package-lock.json index 4e647645..e1e2d776 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ipfs-interop", - "version": "9.0.3", + "version": "9.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ipfs-interop", - "version": "9.0.3", + "version": "9.1.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@libp2p/interface-peer-id": "^1.0.4", diff --git a/package.json b/package.json index d97ff86b..7c13c6fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-interop", - "version": "9.0.3", + "version": "9.1.0", "description": "Interoperability Tests for IPFS", "author": "David Dias ", "license": "Apache-2.0 OR MIT",