Skip to content

Commit

Permalink
chore(release): 4.0.10 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.10](v4.0.9...v4.0.10) (2023-08-01)

### Dependencies

* bump @libp2p/logger from 2.1.1 to 3.0.0 ([#146](#146)) ([92d5157](92d5157))
* bump @libp2p/peer-id from 2.0.4 to 3.0.0 ([#147](#147)) ([a973107](a973107))
* **dev:** bump @libp2p/peer-id-factory from 2.0.4 to 3.0.0 ([#148](#148)) ([9cc56e0](9cc56e0))
  • Loading branch information
semantic-release-bot committed Aug 1, 2023
1 parent 9cc56e0 commit e782dd8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.0.10](https://github.com/libp2p/js-libp2p-delegated-peer-routing/compare/v4.0.9...v4.0.10) (2023-08-01)


### Dependencies

* bump @libp2p/logger from 2.1.1 to 3.0.0 ([#146](https://github.com/libp2p/js-libp2p-delegated-peer-routing/issues/146)) ([92d5157](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/92d51573fd6e9adfa30b03c49b1cf03b40987426))
* bump @libp2p/peer-id from 2.0.4 to 3.0.0 ([#147](https://github.com/libp2p/js-libp2p-delegated-peer-routing/issues/147)) ([a973107](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/a973107981bf3bb255b9937e4b773bd8f066d437))
* **dev:** bump @libp2p/peer-id-factory from 2.0.4 to 3.0.0 ([#148](https://github.com/libp2p/js-libp2p-delegated-peer-routing/issues/148)) ([9cc56e0](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/9cc56e0b5374336e3702f41ef9e513e54a4dbae8))

## [4.0.9](https://github.com/libp2p/js-libp2p-delegated-peer-routing/compare/v4.0.8...v4.0.9) (2023-07-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/delegated-peer-routing",
"version": "4.0.9",
"version": "4.0.10",
"description": "Leverage other peers in the libp2p network to perform Peer Routing calls.",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-delegated-peer-routing#readme",
Expand Down

0 comments on commit e782dd8

Please sign in to comment.