From c3f795e6d3d78827ed01888864bfef4163664996 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Jan 2023 09:55:35 +0000 Subject: [PATCH] chore(release): 2.0.3 [skip ci] ## [2.0.3](https://github.com/ipfs/js-kubo-rpc-client/compare/v2.0.2...v2.0.3) (2023-01-13) ### Bug Fixes * config.replace tests ([#112](https://github.com/ipfs/js-kubo-rpc-client/issues/112)) ([020bf54](https://github.com/ipfs/js-kubo-rpc-client/commit/020bf543187f69e82ea88a16065dd8c6f3bf5d01)) --- 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 2d8cebb58..6c92abca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.3](https://github.com/ipfs/js-kubo-rpc-client/compare/v2.0.2...v2.0.3) (2023-01-13) + + +### Bug Fixes + +* config.replace tests ([#112](https://github.com/ipfs/js-kubo-rpc-client/issues/112)) ([020bf54](https://github.com/ipfs/js-kubo-rpc-client/commit/020bf543187f69e82ea88a16065dd8c6f3bf5d01)) + ## [2.0.2](https://github.com/ipfs/js-kubo-rpc-client/compare/v2.0.1...v2.0.2) (2023-01-04) diff --git a/package-lock.json b/package-lock.json index d0da025d4..e7f06383b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kubo-rpc-client", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kubo-rpc-client", - "version": "2.0.2", + "version": "2.0.3", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/dag-cbor": "^8.0.0", diff --git a/package.json b/package.json index e475d9ce7..678ed999d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kubo-rpc-client", - "version": "2.0.2", + "version": "2.0.3", "description": "A client library for the Kubo RPC API", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-kubo-rpc-client#readme",