From 4b9fa8759c4c90293ef0e3970f2974cf6e71a7ba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 May 2022 08:59:14 +0000 Subject: [PATCH] chore(release): 11.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [11.0.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v10.0.6...v11.0.0) (2022-05-09) ### ⚠ BREAKING CHANGES * the `controller.api.peerId` property is now at `controller.peer` ### Features * convert to ESM ([#731](https://github.com/ipfs/js-ipfsd-ctl/issues/731)) ([c6ad54d](https://github.com/ipfs/js-ipfsd-ctl/commit/c6ad54d62a2f6425a232152db0bfac75a7aa7a8c)) --- CHANGELOG.md | 14 +++++++++++--- package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c113e9..c47e9ee8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [11.0.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v10.0.6...v11.0.0) (2022-05-09) + + +### ⚠ BREAKING CHANGES + +* the `controller.api.peerId` property is now at `controller.peer` + +### Features + +* convert to ESM ([#731](https://github.com/ipfs/js-ipfsd-ctl/issues/731)) ([c6ad54d](https://github.com/ipfs/js-ipfsd-ctl/commit/c6ad54d62a2f6425a232152db0bfac75a7aa7a8c)) + ## [10.0.6](https://github.com/ipfs/js-ipfsd-ctl/compare/v10.0.5...v10.0.6) (2022-02-22) @@ -1355,6 +1366,3 @@ Same as js-ipfs constructor https://github.com/ipfs/js-ipfs#ipfs-constructor ## 0.4.1 (2015-09-18) - - - diff --git a/package.json b/package.json index 4c02c7c4..4a4cf95f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfsd-ctl", - "version": "10.0.6", + "version": "11.0.0", "description": "Spawn IPFS Daemons, JS or Go", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfsd-ctl#readme",