diff --git a/CHANGELOG.md b/CHANGELOG.md index 17534dc..65270d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.1](https://github.com/libp2p/js-libp2p-bootstrap/compare/v5.0.0...v5.0.1) (2022-12-01) + + +### Documentation + +* update readme ([#149](https://github.com/libp2p/js-libp2p-bootstrap/issues/149)) ([aba592f](https://github.com/libp2p/js-libp2p-bootstrap/commit/aba592f1c3e9e8687357aa9513de56ef6b22f812)), closes [#147](https://github.com/libp2p/js-libp2p-bootstrap/issues/147) + ## [5.0.0](https://github.com/libp2p/js-libp2p-bootstrap/compare/v4.0.0...v5.0.0) (2022-10-12) diff --git a/package.json b/package.json index c970754..242d349 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/bootstrap", - "version": "5.0.0", + "version": "5.0.1", "description": "Node.js IPFS Implementation of the railing process of a Node through a bootstrap peer list", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-bootstrap#readme",