From f5caad67430c75b9502d2e7f43a42d986cb2aac7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Feb 2023 10:30:26 +0000 Subject: [PATCH] chore(release): 2.0.6 [skip ci] ## [@libp2p/daemon-v2.0.6](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-v2.0.5...@libp2p/daemon-v2.0.6) (2023-02-22) ### Trivial Changes * remove lerna ([#171](https://github.com/libp2p/js-libp2p-daemon/issues/171)) ([367f912](https://github.com/libp2p/js-libp2p-daemon/commit/367f9122f2fe1c31c8de7a136cda18d024ff08d7)) ### Dependencies * **dev:** bump sinon from 14.0.2 to 15.0.1 ([#166](https://github.com/libp2p/js-libp2p-daemon/issues/166)) ([1702efb](https://github.com/libp2p/js-libp2p-daemon/commit/1702efb4248bea4cb9ec19c694c1caae1c0ff16d)) --- packages/libp2p-daemon/CHANGELOG.md | 12 ++++++++++++ packages/libp2p-daemon/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/libp2p-daemon/CHANGELOG.md b/packages/libp2p-daemon/CHANGELOG.md index cea8beb7..f741df48 100644 --- a/packages/libp2p-daemon/CHANGELOG.md +++ b/packages/libp2p-daemon/CHANGELOG.md @@ -1,3 +1,15 @@ +## [@libp2p/daemon-v2.0.6](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-v2.0.5...@libp2p/daemon-v2.0.6) (2023-02-22) + + +### Trivial Changes + +* remove lerna ([#171](https://github.com/libp2p/js-libp2p-daemon/issues/171)) ([367f912](https://github.com/libp2p/js-libp2p-daemon/commit/367f9122f2fe1c31c8de7a136cda18d024ff08d7)) + + +### Dependencies + +* **dev:** bump sinon from 14.0.2 to 15.0.1 ([#166](https://github.com/libp2p/js-libp2p-daemon/issues/166)) ([1702efb](https://github.com/libp2p/js-libp2p-daemon/commit/1702efb4248bea4cb9ec19c694c1caae1c0ff16d)) + ## [@libp2p/daemon-v2.0.5](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-v2.0.4...@libp2p/daemon-v2.0.5) (2023-01-07) diff --git a/packages/libp2p-daemon/package.json b/packages/libp2p-daemon/package.json index 7cb11d9e..60a69283 100644 --- a/packages/libp2p-daemon/package.json +++ b/packages/libp2p-daemon/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/daemon", - "version": "2.0.5", + "version": "2.0.6", "description": "libp2p-daemon JavaScript implementation", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/master/packages/libp2p-daemon#readme",