Skip to content

Commit

Permalink
chore(release): 8.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.1](libp2p/js-libp2p-kad-dht@v8.0.0...v8.0.1) (2023-03-17)

### Dependencies

* bump @multiformats/multiaddr from 11.6.1 to 12.0.0 ([#434](libp2p/js-libp2p-kad-dht#434)) ([49dcc65](libp2p/js-libp2p-kad-dht@49dcc65))
  • Loading branch information
semantic-release-bot committed Mar 17, 2023
1 parent 49dcc65 commit 0e73ed3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [8.0.1](https://github.com/libp2p/js-libp2p-kad-dht/compare/v8.0.0...v8.0.1) (2023-03-17)


### Dependencies

* bump @multiformats/multiaddr from 11.6.1 to 12.0.0 ([#434](https://github.com/libp2p/js-libp2p-kad-dht/issues/434)) ([49dcc65](https://github.com/libp2p/js-libp2p-kad-dht/commit/49dcc65c4b34bc4ddce8f04f6b1a9761f1693311))

## [8.0.0](https://github.com/libp2p/js-libp2p-kad-dht/compare/v7.0.3...v8.0.0) (2023-03-14)


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/kad-dht",
"version": "8.0.0",
"version": "8.0.1",
"description": "JavaScript implementation of the Kad-DHT for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-kad-dht#readme",
Expand Down

0 comments on commit 0e73ed3

Please sign in to comment.