From 12399c38eb48e067dea6a5b166118694105b9fed Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 Apr 2024 13:50:00 +0000 Subject: [PATCH] chore(release): 14.0.3 [skip ci] ## [14.0.3](https://github.com/ipfs/js-ipfsd-ctl/compare/v14.0.2...v14.0.3) (2024-04-19) ### Bug Fixes * kill subprocess after timeout ([#827](https://github.com/ipfs/js-ipfsd-ctl/issues/827)) ([09c9fcd](https://github.com/ipfs/js-ipfsd-ctl/commit/09c9fcd16678bcce7c379d7bba844e5b04eb2069)) ### Trivial Changes * re-enable tests that use isOnline ([#825](https://github.com/ipfs/js-ipfsd-ctl/issues/825)) ([4569bd2](https://github.com/ipfs/js-ipfsd-ctl/commit/4569bd2ee4e32b38a59b1b0e9d5c18d407e2cf28)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb42dc7..6a5de94d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [14.0.3](https://github.com/ipfs/js-ipfsd-ctl/compare/v14.0.2...v14.0.3) (2024-04-19) + + +### Bug Fixes + +* kill subprocess after timeout ([#827](https://github.com/ipfs/js-ipfsd-ctl/issues/827)) ([09c9fcd](https://github.com/ipfs/js-ipfsd-ctl/commit/09c9fcd16678bcce7c379d7bba844e5b04eb2069)) + + +### Trivial Changes + +* re-enable tests that use isOnline ([#825](https://github.com/ipfs/js-ipfsd-ctl/issues/825)) ([4569bd2](https://github.com/ipfs/js-ipfsd-ctl/commit/4569bd2ee4e32b38a59b1b0e9d5c18d407e2cf28)) + ## [14.0.2](https://github.com/ipfs/js-ipfsd-ctl/compare/v14.0.1...v14.0.2) (2024-04-19) diff --git a/package.json b/package.json index 68abb2ac..75ddfe46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfsd-ctl", - "version": "14.0.2", + "version": "14.0.3", "description": "Spawn IPFS Daemons, Kubo or...", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfsd-ctl#readme",