From 496edbb6e475186cee7071cd280141038a49c0fd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Feb 2024 10:14:17 +0000 Subject: [PATCH] chore(release): 3.0.4 [skip ci] ## [3.0.4](https://github.com/ipfs/js-kubo-rpc-client/compare/v3.0.3...v3.0.4) (2024-02-29) ### Documentation * update readme ([#217](https://github.com/ipfs/js-kubo-rpc-client/issues/217)) ([ff87d85](https://github.com/ipfs/js-kubo-rpc-client/commit/ff87d85a1784f83e8941fbe6e8afe4f68f1c9bb1)) --- 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 1cc29ecbc..037d7af97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.4](https://github.com/ipfs/js-kubo-rpc-client/compare/v3.0.3...v3.0.4) (2024-02-29) + + +### Documentation + +* update readme ([#217](https://github.com/ipfs/js-kubo-rpc-client/issues/217)) ([ff87d85](https://github.com/ipfs/js-kubo-rpc-client/commit/ff87d85a1784f83e8941fbe6e8afe4f68f1c9bb1)) + ## [3.0.3](https://github.com/ipfs/js-kubo-rpc-client/compare/v3.0.2...v3.0.3) (2024-02-06) diff --git a/package-lock.json b/package-lock.json index 6f1f3c1ab..834a8f142 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kubo-rpc-client", - "version": "3.0.3", + "version": "3.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kubo-rpc-client", - "version": "3.0.3", + "version": "3.0.4", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/dag-cbor": "^9.0.0", diff --git a/package.json b/package.json index 57e65361a..0a6b418c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kubo-rpc-client", - "version": "3.0.3", + "version": "3.0.4", "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",