Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.0](v6.0.2...v7.0.0) (2022-10-12)

### ⚠ BREAKING CHANGES

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

### Bug Fixes

* remove @libp2p/components ([#60](#60)) ([35336fb](35336fb)), closes [libp2p/js-libp2p-components#6](libp2p/js-libp2p-components#6)

### Trivial Changes

* Update .github/workflows/stale.yml [skip ci] ([0072812](0072812))
  • Loading branch information
semantic-release-bot committed Oct 12, 2022
1 parent 35336fb commit 2800def
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [7.0.0](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v6.0.2...v7.0.0) (2022-10-12)


### ⚠ BREAKING CHANGES

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

### Bug Fixes

* remove @libp2p/components ([#60](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/60)) ([35336fb](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/35336fb409592f2d5a96b5b2864ba8d27d80b0b7)), closes [libp2p/js-libp2p-components#6](https://github.com/libp2p/js-libp2p-components/issues/6)


### Trivial Changes

* Update .github/workflows/stale.yml [skip ci] ([0072812](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/0072812dd5a10bac6433c875a5d44082e82408f6))

## [6.0.2](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v6.0.1...v6.0.2) (2022-08-31)


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/pubsub-peer-discovery",
"version": "6.0.2",
"version": "7.0.0",
"description": "A libp2p module that uses pubsub for mdns like peer discovery",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-pubsub-peer-discovery#readme",
Expand Down

0 comments on commit 2800def

Please sign in to comment.