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

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.0](v4.0.0...v5.0.0) (2022-10-12)

### ⚠ BREAKING CHANGES

* modules no longer implement `Initializable` instead switching to constructor injection

### Bug Fixes

* remove @libp2p/components ([#144](#144)) ([772acc1](772acc1))
  • Loading branch information
semantic-release-bot committed Oct 12, 2022
1 parent 772acc1 commit 274b6a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [5.0.0](https:/libp2p/js-libp2p-bootstrap/compare/v4.0.0...v5.0.0) (2022-10-12)


### ⚠ BREAKING CHANGES

* modules no longer implement `Initializable` instead switching to constructor injection

### Bug Fixes

* remove @libp2p/components ([#144](https:/libp2p/js-libp2p-bootstrap/issues/144)) ([772acc1](https:/libp2p/js-libp2p-bootstrap/commit/772acc14a7eaab369bf7d885a96188853d353ed0))

## [4.0.0](https:/libp2p/js-libp2p-bootstrap/compare/v3.0.0...v4.0.0) (2022-10-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/bootstrap",
"version": "4.0.0",
"version": "5.0.0",
"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:/libp2p/js-libp2p-bootstrap#readme",
Expand Down

0 comments on commit 274b6a6

Please sign in to comment.