diff --git a/CHANGELOG.md b/CHANGELOG.md index d166ea6b..29b18066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [14.1.3](https://github.com/ipfs/js-ipfsd-ctl/compare/v14.1.2...v14.1.3) (2024-09-12) + +### Bug Fixes + +* stop daemon even if offline ([#845](https://github.com/ipfs/js-ipfsd-ctl/issues/845)) ([8a07395](https://github.com/ipfs/js-ipfsd-ctl/commit/8a0739518510de8604dd611fbdc844b79abe61bd)) + ## [14.1.2](https://github.com/ipfs/js-ipfsd-ctl/compare/v14.1.1...v14.1.2) (2024-09-12) ### Dependencies diff --git a/package.json b/package.json index 60218327..23af8247 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfsd-ctl", - "version": "14.1.2", + "version": "14.1.3", "description": "Spawn IPFS Daemons, Kubo or...", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfsd-ctl#readme",