Skip to content

Commit 8cdc369

Browse files
chore(release): 8.1.0 [skip ci]
## [8.1.0](libp2p/js-libp2p-peer-store@v8.0.0...v8.1.0) (2023-05-10) ### Features * add consume peer record method ([libp2p#84](libp2p/js-libp2p-peer-store#84)) ([dcfc803](libp2p/js-libp2p-peer-store@dcfc803))
1 parent dcfc803 commit 8cdc369

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.1.0](https://github.com/libp2p/js-libp2p-peer-store/compare/v8.0.0...v8.1.0) (2023-05-10)
2+
3+
4+
### Features
5+
6+
* add consume peer record method ([#84](https://github.com/libp2p/js-libp2p-peer-store/issues/84)) ([dcfc803](https://github.com/libp2p/js-libp2p-peer-store/commit/dcfc8030f94d85fe13d93d12188050c5d5cd35a2))
7+
18
## [8.0.0](https://github.com/libp2p/js-libp2p-peer-store/compare/v7.0.2...v8.0.0) (2023-04-24)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/peer-store",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "Stores information about peers libp2p knows on the network",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-peer-store#readme",

0 commit comments

Comments
 (0)