Skip to content

Commit

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

### ⚠ BREAKING CHANGES

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

### Bug Fixes

* remove @libp2p/components ([#106](libp2p/js-libp2p-pubsub#106)) ([01707d7](libp2p/js-libp2p-pubsub@01707d7))
  • Loading branch information
semantic-release-bot committed Oct 12, 2022
1 parent 01707d7 commit 8a2531c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## [5.0.0](https://github.com/libp2p/js-libp2p-pubsub/compare/v4.0.1...v5.0.0) (2022-10-12)


### ⚠ BREAKING CHANGES

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

### Bug Fixes

* remove @libp2p/components ([#106](https://github.com/libp2p/js-libp2p-pubsub/issues/106)) ([01707d7](https://github.com/libp2p/js-libp2p-pubsub/commit/01707d7dde5ff7d2f87115f9215d7a8a35d3d3f4))

## [4.0.1](https://github.com/libp2p/js-libp2p-pubsub/compare/v4.0.0...v4.0.1) (2022-10-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@libp2p/pubsub",
"version": "4.0.1",
"version": "5.0.0",
"description": "libp2p pubsub base class",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-pubsub#readme",
Expand Down

0 comments on commit 8a2531c

Please sign in to comment.