Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## @libp2p/daemon-client-v1.0.0 (2022-03-28)

### ⚠ BREAKING CHANGES

* This module is now ESM only

### Features

* convert to typescript ([#78](#78)) ([f18b2a4](f18b2a4))
  • Loading branch information
semantic-release-bot committed Mar 28, 2022
1 parent b721c9c commit 7bf2269
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions packages/libp2p-daemon-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @libp2p/daemon-client-v1.0.0 (2022-03-28)


### ⚠ BREAKING CHANGES

* This module is now ESM only

### Features

* convert to typescript ([#78](https://github.com/libp2p/js-libp2p-daemon/issues/78)) ([f18b2a4](https://github.com/libp2p/js-libp2p-daemon/commit/f18b2a45871a2704db51b03e8583eefdcd13554c))

# [0.11.0](https://github.com/libp2p/js-libp2p-daemon-client/compare/v0.10.0...v0.11.0) (2022-01-17)


Expand Down Expand Up @@ -193,6 +204,3 @@ Co-authored-by: Jacob Heun <[email protected]>
### Features

* initial implementation ([e748b7c](https://github.com/libp2p/js-libp2p-daemon-client/commit/e748b7c))



2 changes: 1 addition & 1 deletion packages/libp2p-daemon-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/daemon-client",
"version": "0.0.2",
"version": "1.0.0",
"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",
Expand Down

0 comments on commit 7bf2269

Please sign in to comment.