Skip to content

Commit 4b9fa87

Browse files
chore(release): 11.0.0 [skip ci]
## [11.0.0](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](#731)) ([c6ad54d](c6ad54d))
1 parent c6ad54d commit 4b9fa87

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [11.0.0](https://github.com/ipfs/js-ipfsd-ctl/compare/v10.0.6...v11.0.0) (2022-05-09)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* the `controller.api.peerId` property is now at `controller.peer`
7+
8+
### Features
9+
10+
* convert to ESM ([#731](https://github.com/ipfs/js-ipfsd-ctl/issues/731)) ([c6ad54d](https://github.com/ipfs/js-ipfsd-ctl/commit/c6ad54d62a2f6425a232152db0bfac75a7aa7a8c))
11+
112
## [10.0.6](https://github.com/ipfs/js-ipfsd-ctl/compare/v10.0.5...v10.0.6) (2022-02-22)
213

314

@@ -1355,6 +1366,3 @@ Same as js-ipfs constructor https://github.com/ipfs/js-ipfs#ipfs-constructor
13551366

13561367
<a name="0.4.1"></a>
13571368
## 0.4.1 (2015-09-18)
1358-
1359-
1360-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfsd-ctl",
3-
"version": "10.0.6",
3+
"version": "11.0.0",
44
"description": "Spawn IPFS Daemons, JS or Go",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfsd-ctl#readme",

0 commit comments

Comments
 (0)