diff --git a/CHANGELOG.md b/CHANGELOG.md index bfdd42155..b280bb75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.1.3](https://github.com/ipfs/js-kubo-rpc-client/compare/v4.1.2...v4.1.3) (2024-09-12) + +### Dependencies + +* bump it-glob from 2.0.7 to 3.0.1 ([#231](https://github.com/ipfs/js-kubo-rpc-client/issues/231)) ([500b9c1](https://github.com/ipfs/js-kubo-rpc-client/commit/500b9c17839e8ca2227fa0104d986ce20c7719be)) + ## [4.1.2](https://github.com/ipfs/js-kubo-rpc-client/compare/v4.1.1...v4.1.2) (2024-09-12) ### Bug Fixes diff --git a/package.json b/package.json index 0719ecaaf..77c7a20d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kubo-rpc-client", - "version": "4.1.2", + "version": "4.1.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",