diff --git a/CHANGELOG.md b/CHANGELOG.md index 65270d2..5b16cf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.2](https://github.com/libp2p/js-libp2p-bootstrap/compare/v5.0.1...v5.0.2) (2022-12-16) + + +### Documentation + +* publish typedoc api docs ([#152](https://github.com/libp2p/js-libp2p-bootstrap/issues/152)) ([b0ff483](https://github.com/libp2p/js-libp2p-bootstrap/commit/b0ff4832751ef74eb012d5058d04e8b087894fe8)) + ## [5.0.1](https://github.com/libp2p/js-libp2p-bootstrap/compare/v5.0.0...v5.0.1) (2022-12-01) diff --git a/package.json b/package.json index 779bb57..bc727d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/bootstrap", - "version": "5.0.1", + "version": "5.0.2", "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",