diff --git a/CHANGELOG.md b/CHANGELOG.md index f8861c5d..6724ff4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [14.0.6](https://github.com/ipfs/js-ipfsd-ctl/compare/v14.0.5...v14.0.6) (2024-04-19) + + +### Bug Fixes + +* add retries to repo deletion because windows ([8ac86d9](https://github.com/ipfs/js-ipfsd-ctl/commit/8ac86d9a5a7cd1bdc949cb17bdae9268be70c4f9)) + ## [14.0.5](https://github.com/ipfs/js-ipfsd-ctl/compare/v14.0.4...v14.0.5) (2024-04-19) diff --git a/package.json b/package.json index c0c84ca0..783f2058 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfsd-ctl", - "version": "14.0.5", + "version": "14.0.6", "description": "Spawn IPFS Daemons, Kubo or...", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfsd-ctl#readme",