From 58e4cd45b0704fd44c7cac382c39313bd3cdb5b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 Feb 2023 08:59:54 +0000 Subject: [PATCH] chore(release): 3.0.1 [skip ci] ## [3.0.1](https://github.com/ipfs/js-kubo-rpc-client/compare/v3.0.0...v3.0.1) (2023-02-13) ### Bug Fixes * **key/gen:** use correct key type casing ([#145](https://github.com/ipfs/js-kubo-rpc-client/issues/145)) ([8b24a94](https://github.com/ipfs/js-kubo-rpc-client/commit/8b24a94a1683922778e0fe212ac49d2a5cc62c7e)) ### Documentation * fix global variable for CDN version [ci skip] ([2b129c7](https://github.com/ipfs/js-kubo-rpc-client/commit/2b129c79e99e31573ed9ad794ffddfbd29144ec2)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32bef0b0b..54af40b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [3.0.1](https://github.com/ipfs/js-kubo-rpc-client/compare/v3.0.0...v3.0.1) (2023-02-13) + + +### Bug Fixes + +* **key/gen:** use correct key type casing ([#145](https://github.com/ipfs/js-kubo-rpc-client/issues/145)) ([8b24a94](https://github.com/ipfs/js-kubo-rpc-client/commit/8b24a94a1683922778e0fe212ac49d2a5cc62c7e)) + + +### Documentation + +* fix global variable for CDN version [ci skip] ([2b129c7](https://github.com/ipfs/js-kubo-rpc-client/commit/2b129c79e99e31573ed9ad794ffddfbd29144ec2)) + ## [3.0.0](https://github.com/ipfs/js-kubo-rpc-client/compare/v2.0.3...v3.0.0) (2023-01-13) diff --git a/package-lock.json b/package-lock.json index 58e629a20..02b163e87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kubo-rpc-client", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kubo-rpc-client", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/dag-cbor": "^9.0.0", diff --git a/package.json b/package.json index 01fc9df88..294878952 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kubo-rpc-client", - "version": "3.0.0", + "version": "3.0.1", "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",