Skip to content

Commit 52438f1

Browse files
chore(release): 1.0.0 [skip ci]
## @libp2p/daemon-v1.0.0 (2022-03-28) ### ⚠ BREAKING CHANGES * This module is now ESM only ### Features * convert to typescript ([#78](#78)) ([f18b2a4](f18b2a4))
1 parent 7bf2269 commit 52438f1

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

packages/libp2p-daemon/CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## @libp2p/daemon-v1.0.0 (2022-03-28)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* This module is now ESM only
7+
8+
### Features
9+
10+
* convert to typescript ([#78](https://github.com/libp2p/js-libp2p-daemon/issues/78)) ([f18b2a4](https://github.com/libp2p/js-libp2p-daemon/commit/f18b2a45871a2704db51b03e8583eefdcd13554c))
11+
112
## [0.10.2](https://github.com/libp2p/js-libp2p-daemon/compare/v0.10.1...v0.10.2) (2022-01-26)
213

314

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

256267
* 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))
257-
258-
259-

packages/libp2p-daemon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/daemon",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "libp2p-daemon JavaScript implementation",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/master/packages/libp2p-daemon#readme",

0 commit comments

Comments
 (0)