From 0e0492a3d73f73603c8122c071f9e29dd3d3d714 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Nov 2023 17:21:30 +0000 Subject: [PATCH] chore(release): 6.0.2 [skip ci] ## [@libp2p/daemon-server-v6.0.2](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-server-v6.0.1...@libp2p/daemon-server-v6.0.2) (2023-11-02) ### Bug Fixes * add additional logging ([94d21cb](https://github.com/libp2p/js-libp2p-daemon/commit/94d21cbde3f22898d1f9e261c243283e9bae3dd6)) ### Dependencies * bump aegir from 40.0.13 to 41.1.6 ([#232](https://github.com/libp2p/js-libp2p-daemon/issues/232)) ([653c74b](https://github.com/libp2p/js-libp2p-daemon/commit/653c74b6272fd6d11d686bf7bb44b49b6757b633)) * **dev:** bump sinon-ts from 1.0.2 to 2.0.0 ([#233](https://github.com/libp2p/js-libp2p-daemon/issues/233)) ([de13473](https://github.com/libp2p/js-libp2p-daemon/commit/de13473ffd981c0488c27402e16c134f49e4b526)) --- packages/libp2p-daemon-server/CHANGELOG.md | 13 +++++++++++++ packages/libp2p-daemon-server/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/libp2p-daemon-server/CHANGELOG.md b/packages/libp2p-daemon-server/CHANGELOG.md index dc9e86d3..97939de8 100644 --- a/packages/libp2p-daemon-server/CHANGELOG.md +++ b/packages/libp2p-daemon-server/CHANGELOG.md @@ -1,3 +1,16 @@ +## [@libp2p/daemon-server-v6.0.2](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-server-v6.0.1...@libp2p/daemon-server-v6.0.2) (2023-11-02) + + +### Bug Fixes + +* add additional logging ([94d21cb](https://github.com/libp2p/js-libp2p-daemon/commit/94d21cbde3f22898d1f9e261c243283e9bae3dd6)) + + +### Dependencies + +* bump aegir from 40.0.13 to 41.1.6 ([#232](https://github.com/libp2p/js-libp2p-daemon/issues/232)) ([653c74b](https://github.com/libp2p/js-libp2p-daemon/commit/653c74b6272fd6d11d686bf7bb44b49b6757b633)) +* **dev:** bump sinon-ts from 1.0.2 to 2.0.0 ([#233](https://github.com/libp2p/js-libp2p-daemon/issues/233)) ([de13473](https://github.com/libp2p/js-libp2p-daemon/commit/de13473ffd981c0488c27402e16c134f49e4b526)) + ## [@libp2p/daemon-server-v6.0.1](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-server-v6.0.0...@libp2p/daemon-server-v6.0.1) (2023-08-04) diff --git a/packages/libp2p-daemon-server/package.json b/packages/libp2p-daemon-server/package.json index eda96d3f..7d879280 100644 --- a/packages/libp2p-daemon-server/package.json +++ b/packages/libp2p-daemon-server/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/daemon-server", - "version": "6.0.1", + "version": "6.0.2", "description": "API server for libp2p-daemon instances", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/master/packages/libp2p-daemon-server#readme",