From 24cbd40b0616227afa7b043248baa486b2b037a7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Nov 2024 16:57:22 +0000 Subject: [PATCH] chore(release): 15.0.2 [skip ci] ## [15.0.2](https://github.com/ipfs/js-ipfsd-ctl/compare/v15.0.1...v15.0.2) (2024-11-21) ### Bug Fixes * return gateway href in .info response ([#850](https://github.com/ipfs/js-ipfsd-ctl/issues/850)) ([c9dafd0](https://github.com/ipfs/js-ipfsd-ctl/commit/c9dafd0192c60f54a8308c46a601a627919d6c71)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c844beba..ef72278c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [15.0.2](https://github.com/ipfs/js-ipfsd-ctl/compare/v15.0.1...v15.0.2) (2024-11-21) + +### Bug Fixes + +* return gateway href in .info response ([#850](https://github.com/ipfs/js-ipfsd-ctl/issues/850)) ([c9dafd0](https://github.com/ipfs/js-ipfsd-ctl/commit/c9dafd0192c60f54a8308c46a601a627919d6c71)) + ## [15.0.1](https://github.com/ipfs/js-ipfsd-ctl/compare/v15.0.0...v15.0.1) (2024-11-14) ### Dependencies diff --git a/package.json b/package.json index fd862666..95665667 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfsd-ctl", - "version": "15.0.1", + "version": "15.0.2", "description": "Spawn IPFS Daemons, Kubo or...", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfsd-ctl#readme",