diff --git a/CHANGELOG.md b/CHANGELOG.md index 6724ff4d..8cf86544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [14.1.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v14.0.6...v14.1.0) (2024-04-26) + + +### Features + +* add server.clean method ([#830](https://github.com/ipfs/js-ipfsd-ctl/issues/830)) ([855bec9](https://github.com/ipfs/js-ipfsd-ctl/commit/855bec95d58dfc452219f55c5b193ac50c90fa5e)) + ## [14.0.6](https://github.com/ipfs/js-ipfsd-ctl/compare/v14.0.5...v14.0.6) (2024-04-19) diff --git a/package.json b/package.json index 783f2058..30f09534 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfsd-ctl", - "version": "14.0.6", + "version": "14.1.0", "description": "Spawn IPFS Daemons, Kubo or...", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfsd-ctl#readme",