diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6650ff..d166ea6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [14.1.2](https://github.com/ipfs/js-ipfsd-ctl/compare/v14.1.1...v14.1.2) (2024-09-12) + +### Dependencies + +* **dev:** bump kubo from 0.28.0 to 0.30.0 ([#843](https://github.com/ipfs/js-ipfsd-ctl/issues/843)) ([c1ca2a4](https://github.com/ipfs/js-ipfsd-ctl/commit/c1ca2a4648f79e1d7697b5ca75abf2022a06ba27)) + ## [14.1.1](https://github.com/ipfs/js-ipfsd-ctl/compare/v14.1.0...v14.1.1) (2024-09-12) ### Dependencies diff --git a/package.json b/package.json index 0a4aec8f..60218327 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfsd-ctl", - "version": "14.1.1", + "version": "14.1.2", "description": "Spawn IPFS Daemons, Kubo or...", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfsd-ctl#readme",