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-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 7bf2269 commit 52438f1
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/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @libp2p/daemon-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.10.2](https://github.com/libp2p/js-libp2p-daemon/compare/v0.10.1...v0.10.2) (2022-01-26)


Expand Down Expand Up @@ -254,6 +265,3 @@ Example: `jsp2pd --sock=/tmp/p2p.sock` would now be `jsp2pd --listen=/unix/tmp/p
### Features

* initial implementation of the libp2p daemon spec ([#1](https://github.com/libp2p/js-libp2p-daemon/issues/1)) ([383a6bd](https://github.com/libp2p/js-libp2p-daemon/commit/383a6bd))



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

0 comments on commit 52438f1

Please sign in to comment.