Skip to content

Commit b24c2d0

Browse files
chore(release): 5.0.0 [skip ci]
## [@libp2p/daemon-server-v5.0.0](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-server-v4.1.4...@libp2p/daemon-server-v5.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)) * update sibling dependencies ([e0ec5ec](e0ec5ec))
1 parent e0ec5ec commit b24c2d0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/libp2p-daemon-server/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [@libp2p/daemon-server-v5.0.0](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-server-v4.1.4...@libp2p/daemon-server-v5.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+
* update sibling dependencies ([e0ec5ec](https://github.com/libp2p/js-libp2p-daemon/commit/e0ec5ecf5bfd7f801274d37d51c3dcce652de2ba))
12+
113
## [@libp2p/daemon-server-v4.1.4](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-server-v4.1.3...@libp2p/daemon-server-v4.1.4) (2023-04-12)
214

315

packages/libp2p-daemon-server/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-server",
3-
"version": "4.1.4",
3+
"version": "5.0.0",
44
"description": "API server for libp2p-daemon instances",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/master/packages/libp2p-daemon-server#readme",

0 commit comments

Comments
 (0)