Skip to content

Commit 0c7069b

Browse files
chore(release): 7.0.0 [skip ci]
## [7.0.0](libp2p/js-libp2p-peer-store@v6.0.4...v7.0.0) (2023-03-13) ### ⚠ BREAKING CHANGES * update interface-datastore to 8.x.x (#70) ### Trivial Changes * Update .github/workflows/semantic-pull-request.yml [skip ci] ([d2b7c22](libp2p/js-libp2p-peer-store@d2b7c22)) ### Dependencies * update interface-datastore to 8.x.x ([#70](libp2p/js-libp2p-peer-store#70)) ([864bd19](libp2p/js-libp2p-peer-store@864bd19))
1 parent 864bd19 commit 0c7069b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [7.0.0](https://github.com/libp2p/js-libp2p-peer-store/compare/v6.0.4...v7.0.0) (2023-03-13)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* update interface-datastore to 8.x.x (#70)
7+
8+
### Trivial Changes
9+
10+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([d2b7c22](https://github.com/libp2p/js-libp2p-peer-store/commit/d2b7c229c7497c8a05bed9cb05d85e9da96e9c12))
11+
12+
13+
### Dependencies
14+
15+
* update interface-datastore to 8.x.x ([#70](https://github.com/libp2p/js-libp2p-peer-store/issues/70)) ([864bd19](https://github.com/libp2p/js-libp2p-peer-store/commit/864bd19e711ed0d0f0a8a509c04b6b3692097232))
16+
117
## [6.0.4](https://github.com/libp2p/js-libp2p-peer-store/compare/v6.0.3...v6.0.4) (2023-03-02)
218

319

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/peer-store",
3-
"version": "6.0.4",
3+
"version": "7.0.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)