From c79894222ab33a95f743f66b87757cd3248026c5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 Apr 2024 11:06:02 +0000 Subject: [PATCH] chore(release): 14.0.1 [skip ci] ## [14.0.1](https://github.com/ipfs/js-ipfsd-ctl/compare/v14.0.0...v14.0.1) (2024-04-19) ### Bug Fixes * use configured endpoint instead of default ([#824](https://github.com/ipfs/js-ipfsd-ctl/issues/824)) ([e0d2f88](https://github.com/ipfs/js-ipfsd-ctl/commit/e0d2f88cad60473547e236e6d15d8a345ec99f02)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8f7ae1..e5916ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [14.0.1](https://github.com/ipfs/js-ipfsd-ctl/compare/v14.0.0...v14.0.1) (2024-04-19) + + +### Bug Fixes + +* use configured endpoint instead of default ([#824](https://github.com/ipfs/js-ipfsd-ctl/issues/824)) ([e0d2f88](https://github.com/ipfs/js-ipfsd-ctl/commit/e0d2f88cad60473547e236e6d15d8a345ec99f02)) + ## [14.0.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v13.0.0...v14.0.0) (2024-04-19) diff --git a/package.json b/package.json index 1fcd1e25..f6cce4d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfsd-ctl", - "version": "14.0.0", + "version": "14.0.1", "description": "Spawn IPFS Daemons, Kubo or...", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfsd-ctl#readme",