Skip to content

Commit

Permalink
chore(release): 11.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed May 9, 2022
1 parent c6ad54d commit 4b9fa87
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

<a name="0.4.1"></a>
## 0.4.1 (2015-09-18)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4b9fa87

Please sign in to comment.