Skip to content

Commit 853b96e

Browse files
chore(release): 4.0.0 [skip ci]
## [@libp2p/daemon-protocol-v4.0.0](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-protocol-v3.0.6...@libp2p/daemon-protocol-v4.0.0) (2023-04-19) ### ⚠ BREAKING CHANGES * the type of the source/sink properties have changed ### Dependencies * update it-stream-types to 2.x.x ([#196](#196)) ([a09f6d5](a09f6d5))
1 parent a09f6d5 commit 853b96e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/libp2p-daemon-protocol/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [@libp2p/daemon-protocol-v4.0.0](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-protocol-v3.0.6...@libp2p/daemon-protocol-v4.0.0) (2023-04-19)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* the type of the source/sink properties have changed
7+
8+
### Dependencies
9+
10+
* update it-stream-types to 2.x.x ([#196](https://github.com/libp2p/js-libp2p-daemon/issues/196)) ([a09f6d5](https://github.com/libp2p/js-libp2p-daemon/commit/a09f6d58942033b08b579735aaa1537b3a324776))
11+
112
## [@libp2p/daemon-protocol-v3.0.6](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-protocol-v3.0.5...@libp2p/daemon-protocol-v3.0.6) (2023-02-22)
213

314

packages/libp2p-daemon-protocol/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-protocol",
3-
"version": "3.0.6",
3+
"version": "4.0.0",
44
"description": "Communication protocol between libp2p daemons and clients",
55
"author": "",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)