From 906b0d1c88ef79ddaa1212fdfe61108020d7a327 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Nov 2023 17:22:10 +0000 Subject: [PATCH] chore(release): 7.0.2 [skip ci] ## [@libp2p/daemon-client-v7.0.2](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-client-v7.0.1...@libp2p/daemon-client-v7.0.2) (2023-11-02) ### 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 from 15.2.0 to 17.0.1 ([#231](https://github.com/libp2p/js-libp2p-daemon/issues/231)) ([591b464](https://github.com/libp2p/js-libp2p-daemon/commit/591b464c3517948049dc169157333e774ca21f3c)) * **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-client/CHANGELOG.md | 9 +++++++++ packages/libp2p-daemon-client/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/libp2p-daemon-client/CHANGELOG.md b/packages/libp2p-daemon-client/CHANGELOG.md index 94f0073d..1ac20cda 100644 --- a/packages/libp2p-daemon-client/CHANGELOG.md +++ b/packages/libp2p-daemon-client/CHANGELOG.md @@ -1,3 +1,12 @@ +## [@libp2p/daemon-client-v7.0.2](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-client-v7.0.1...@libp2p/daemon-client-v7.0.2) (2023-11-02) + + +### 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 from 15.2.0 to 17.0.1 ([#231](https://github.com/libp2p/js-libp2p-daemon/issues/231)) ([591b464](https://github.com/libp2p/js-libp2p-daemon/commit/591b464c3517948049dc169157333e774ca21f3c)) +* **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-client-v7.0.1](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-client-v7.0.0...@libp2p/daemon-client-v7.0.1) (2023-08-04) diff --git a/packages/libp2p-daemon-client/package.json b/packages/libp2p-daemon-client/package.json index c053e5d5..5935a50a 100644 --- a/packages/libp2p-daemon-client/package.json +++ b/packages/libp2p-daemon-client/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/daemon-client", - "version": "7.0.1", + "version": "7.0.2", "description": "libp2p-daemon client implementation", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/master/packages/libp2p-daemon-client#readme",