Skip to content

Commit 2d64c3d

Browse files
chore(release): 7.0.0 [skip ci]
## [@libp2p/daemon-client-v7.0.0](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-client-v6.0.3...@libp2p/daemon-client-v7.0.0) (2023-07-31) ### ⚠ BREAKING CHANGES * stream close methods are now asyc, requires [email protected] or later ### Features * close streams gracefully ([#213](#213)) ([92eebfa](92eebfa)) ### Dependencies * bump aegir from 38.1.8 to 39.0.1 ([#202](#202)) ([3bf4027](3bf4027)) * update sibling dependencies ([fdfca91](fdfca91)) * update sibling dependencies ([ba4dd19](ba4dd19))
1 parent abf0f03 commit 2d64c3d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/libp2p-daemon-client/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [@libp2p/daemon-client-v7.0.0](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-client-v6.0.3...@libp2p/daemon-client-v7.0.0) (2023-07-31)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* stream close methods are now asyc, requires [email protected] or later
7+
8+
### Features
9+
10+
* close streams gracefully ([#213](https://github.com/libp2p/js-libp2p-daemon/issues/213)) ([92eebfa](https://github.com/libp2p/js-libp2p-daemon/commit/92eebfa12ba1fb42ae6c9e164fb0d69647e62074))
11+
12+
13+
### Dependencies
14+
15+
* bump aegir from 38.1.8 to 39.0.1 ([#202](https://github.com/libp2p/js-libp2p-daemon/issues/202)) ([3bf4027](https://github.com/libp2p/js-libp2p-daemon/commit/3bf402752a92c3ebb96435eaa7923ce22ef76ea0))
16+
* update sibling dependencies ([fdfca91](https://github.com/libp2p/js-libp2p-daemon/commit/fdfca91afb258620c282296055e385b410018a6a))
17+
* update sibling dependencies ([ba4dd19](https://github.com/libp2p/js-libp2p-daemon/commit/ba4dd190e0e4101291195d5ffdf6bd3f982ee457))
18+
119
## [@libp2p/daemon-client-v6.0.3](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-client-v6.0.2...@libp2p/daemon-client-v6.0.3) (2023-04-27)
220

321

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