Skip to content

Commit 92bb2fe

Browse files
chore(release): 2.0.0 [skip ci]
## [@libp2p/daemon-v2.0.0](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-v1.0.4...@libp2p/daemon-v2.0.0) (2022-06-15) ### ⚠ BREAKING CHANGES * uses new single-issue libp2p interface modules ### Features * update to latest libp2p interfaces ([#102](#102)) ([f5e9121](f5e9121))
1 parent b5c5eab commit 92bb2fe

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/libp2p-daemon/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [@libp2p/daemon-v2.0.0](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-v1.0.4...@libp2p/daemon-v2.0.0) (2022-06-15)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* uses new single-issue libp2p interface modules
7+
8+
### Features
9+
10+
* update to latest libp2p interfaces ([#102](https://github.com/libp2p/js-libp2p-daemon/issues/102)) ([f5e9121](https://github.com/libp2p/js-libp2p-daemon/commit/f5e91210654ab3c411e316c1c657356c037a0f6a))
11+
112
## [@libp2p/daemon-v1.0.4](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-v1.0.3...@libp2p/daemon-v1.0.4) (2022-05-25)
213

314

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": "1.0.4",
3+
"version": "2.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)