Skip to content

Commit 961dc48

Browse files
chore(release): 3.0.0 [skip ci]
## [@libp2p/daemon-client-v3.0.0](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-client-v2.0.4...@libp2p/daemon-client-v3.0.0) (2022-09-09) ### ⚠ BREAKING CHANGES * the stream type returned by `client.openStream` has changed ### Bug Fixes * allow opening remote streams ([#126](#126)) ([361cc57](361cc57)) ### Dependencies * update sibling dependencies ([56711c4](56711c4)) * update sibling dependencies ([c3ebd58](c3ebd58))
1 parent 56711c4 commit 961dc48

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/libp2p-daemon-client/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [@libp2p/daemon-client-v3.0.0](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-client-v2.0.4...@libp2p/daemon-client-v3.0.0) (2022-09-09)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* the stream type returned by `client.openStream` has changed
7+
8+
### Bug Fixes
9+
10+
* allow opening remote streams ([#126](https://github.com/libp2p/js-libp2p-daemon/issues/126)) ([361cc57](https://github.com/libp2p/js-libp2p-daemon/commit/361cc5750de505ab0381ae43609c67d5d4f659a7))
11+
12+
13+
### Dependencies
14+
15+
* update sibling dependencies ([56711c4](https://github.com/libp2p/js-libp2p-daemon/commit/56711c4f14b0cf2370b8612fe07d42ed2ac8363c))
16+
* update sibling dependencies ([c3ebd58](https://github.com/libp2p/js-libp2p-daemon/commit/c3ebd588abc36ef45667e8e4e4c0e220303b7510))
17+
118
## [@libp2p/daemon-client-v2.0.4](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-client-v2.0.3...@libp2p/daemon-client-v2.0.4) (2022-08-10)
219

320

packages/libp2p-daemon-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/daemon-client",
3-
"version": "2.0.4",
3+
"version": "3.0.0",
44
"description": "libp2p-daemon client implementation",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/master/packages/libp2p-daemon-client#readme",

0 commit comments

Comments
 (0)