From db136ac7617b74ac7ed55f7706ab551030e65542 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 Nov 2023 08:48:22 +0000 Subject: [PATCH] chore(release): 3.0.2 [skip ci] ## [3.0.2](https://github.com/ipfs/js-kubo-rpc-client/compare/v3.0.1...v3.0.2) (2023-11-29) ### Bug Fixes * tests and update multiformats/multiaddr ([#213](https://github.com/ipfs/js-kubo-rpc-client/issues/213)) ([8b2ee7f](https://github.com/ipfs/js-kubo-rpc-client/commit/8b2ee7f6d8e8ecac7133ee55eafc734c5d163484)) ### Trivial Changes * add or force update .github/workflows/js-test-and-release.yml ([#161](https://github.com/ipfs/js-kubo-rpc-client/issues/161)) ([f326cee](https://github.com/ipfs/js-kubo-rpc-client/commit/f326ceea41bc0b20723d0ef6fa20844c7fd7b522)) * delete templates [skip ci] ([#160](https://github.com/ipfs/js-kubo-rpc-client/issues/160)) ([a0aea33](https://github.com/ipfs/js-kubo-rpc-client/commit/a0aea333949f05958fbdfc5ac0e7a52e06abc663)) * Update .github/workflows/stale.yml [skip ci] ([76cbca8](https://github.com/ipfs/js-kubo-rpc-client/commit/76cbca831d78320343ae51e7038a9a7596745ab9)) * Update .github/workflows/stale.yml [skip ci] ([4285a5b](https://github.com/ipfs/js-kubo-rpc-client/commit/4285a5b099e60e2fc1a8e44fb388dab13539e334)) ### Documentation * improve authorization docs ([5fc5592](https://github.com/ipfs/js-kubo-rpc-client/commit/5fc5592778efccc3b267d14e0e0f4bd509923422)) --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54af40b44..e0a5c8eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [3.0.2](https://github.com/ipfs/js-kubo-rpc-client/compare/v3.0.1...v3.0.2) (2023-11-29) + + +### Bug Fixes + +* tests and update multiformats/multiaddr ([#213](https://github.com/ipfs/js-kubo-rpc-client/issues/213)) ([8b2ee7f](https://github.com/ipfs/js-kubo-rpc-client/commit/8b2ee7f6d8e8ecac7133ee55eafc734c5d163484)) + + +### Trivial Changes + +* add or force update .github/workflows/js-test-and-release.yml ([#161](https://github.com/ipfs/js-kubo-rpc-client/issues/161)) ([f326cee](https://github.com/ipfs/js-kubo-rpc-client/commit/f326ceea41bc0b20723d0ef6fa20844c7fd7b522)) +* delete templates [skip ci] ([#160](https://github.com/ipfs/js-kubo-rpc-client/issues/160)) ([a0aea33](https://github.com/ipfs/js-kubo-rpc-client/commit/a0aea333949f05958fbdfc5ac0e7a52e06abc663)) +* Update .github/workflows/stale.yml [skip ci] ([76cbca8](https://github.com/ipfs/js-kubo-rpc-client/commit/76cbca831d78320343ae51e7038a9a7596745ab9)) +* Update .github/workflows/stale.yml [skip ci] ([4285a5b](https://github.com/ipfs/js-kubo-rpc-client/commit/4285a5b099e60e2fc1a8e44fb388dab13539e334)) + + +### Documentation + +* improve authorization docs ([5fc5592](https://github.com/ipfs/js-kubo-rpc-client/commit/5fc5592778efccc3b267d14e0e0f4bd509923422)) + ## [3.0.1](https://github.com/ipfs/js-kubo-rpc-client/compare/v3.0.0...v3.0.1) (2023-02-13) diff --git a/package-lock.json b/package-lock.json index d61933e06..7034e8c16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kubo-rpc-client", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kubo-rpc-client", - "version": "3.0.1", + "version": "3.0.2", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/dag-cbor": "^9.0.0", diff --git a/package.json b/package.json index bddde1a74..d34cc7d86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kubo-rpc-client", - "version": "3.0.1", + "version": "3.0.2", "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",