Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 488cced

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.0.1...v3.0.0) (2022-09-23) ### ⚠ BREAKING CHANGES * the `interval` option has been renamed `timeout` and peers are now only discovered once ### Bug Fixes * only discover bootstrap peers once and tag them on discovery ([#142](#142)) ([cd41d94](cd41d94))
1 parent cd41d94 commit 488cced

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.0.0](https://github.com/libp2p/js-libp2p-bootstrap/compare/v2.0.1...v3.0.0) (2022-09-23)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* the `interval` option has been renamed `timeout` and
7+
peers are now only discovered once
8+
9+
### Bug Fixes
10+
11+
* only discover bootstrap peers once and tag them on discovery ([#142](https://github.com/libp2p/js-libp2p-bootstrap/issues/142)) ([cd41d94](https://github.com/libp2p/js-libp2p-bootstrap/commit/cd41d94fa0fc1d84592448c6e9eccd65ad5e80b1))
12+
113
## [2.0.1](https://github.com/libp2p/js-libp2p-bootstrap/compare/v2.0.0...v2.0.1) (2022-09-21)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/bootstrap",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Node.js IPFS Implementation of the railing process of a Node through a bootstrap peer list",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-bootstrap#readme",

0 commit comments

Comments
 (0)