Skip to content

Commit

Permalink
chore(release): 7.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.2](libp2p/js-libp2p-peer-store@v7.0.1...v7.0.2) (2023-04-11)

### Bug Fixes

* dispatch peer event on adding new addresses as well as set ([libp2p#74](libp2p/js-libp2p-peer-store#74)) ([f6d7658](libp2p/js-libp2p-peer-store@f6d7658))
  • Loading branch information
semantic-release-bot committed Apr 11, 2023
1 parent f6d7658 commit c590503
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 @@
## [7.0.2](https://github.com/libp2p/js-libp2p-peer-store/compare/v7.0.1...v7.0.2) (2023-04-11)


### Bug Fixes

* dispatch peer event on adding new addresses as well as set ([#74](https://github.com/libp2p/js-libp2p-peer-store/issues/74)) ([f6d7658](https://github.com/libp2p/js-libp2p-peer-store/commit/f6d76580eb463b09ab737d817d0a0e609212ed6e))

## [7.0.1](https://github.com/libp2p/js-libp2p-peer-store/compare/v7.0.0...v7.0.1) (2023-03-17)


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/peer-store",
"version": "7.0.1",
"version": "7.0.2",
"description": "Stores information about peers libp2p knows on the network",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-peer-store#readme",
Expand Down

0 comments on commit c590503

Please sign in to comment.