Skip to content

Commit

Permalink
chore(release): 8.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## @libp2p/daemon-client [8.0.4](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-client-8.0.3...@libp2p/daemon-client-8.0.4) (2024-02-07)

### Dependencies

* bump @libp2p/kad-dht from 11.0.8 to 12.0.5 ([#261](#261)) ([1cbaa23](1cbaa23))
* bump uint8arrays from 4.0.10 to 5.0.1 ([#263](#263)) ([b5eb311](b5eb311))

### Dependencies

* **@libp2p/daemon-server:** upgraded to 7.0.4
  • Loading branch information
semantic-release-bot committed Feb 7, 2024
1 parent 648a95d commit 7994da5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/libp2p-daemon-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## @libp2p/daemon-client [8.0.4](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-client-8.0.3...@libp2p/daemon-client-8.0.4) (2024-02-07)


### Dependencies

* bump @libp2p/kad-dht from 11.0.8 to 12.0.5 ([#261](https://github.com/libp2p/js-libp2p-daemon/issues/261)) ([1cbaa23](https://github.com/libp2p/js-libp2p-daemon/commit/1cbaa23c0071e8d599fcef0859de41ac04f2606d))
* bump uint8arrays from 4.0.10 to 5.0.1 ([#263](https://github.com/libp2p/js-libp2p-daemon/issues/263)) ([b5eb311](https://github.com/libp2p/js-libp2p-daemon/commit/b5eb3114be41176f47fd49164322285aaa8549c1))



### Dependencies

* **@libp2p/daemon-server:** upgraded to 7.0.4

## @libp2p/daemon-client [8.0.3](https://github.com/libp2p/js-libp2p-daemon/compare/@libp2p/daemon-client-v8.0.2...@libp2p/daemon-client-8.0.3) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/daemon-client",
"version": "8.0.3",
"version": "8.0.4",
"description": "libp2p-daemon client implementation",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/main/packages/libp2p-daemon-client#readme",
Expand Down

0 comments on commit 7994da5

Please sign in to comment.