Skip to content

Commit 2800def

Browse files
chore(release): 7.0.0 [skip ci]
## [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))
1 parent 35336fb commit 2800def

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [7.0.0](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v6.0.2...v7.0.0) (2022-10-12)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* modules no longer implement `Initializable` instead switching to constructor injection
7+
8+
### Bug Fixes
9+
10+
* 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)
11+
12+
13+
### Trivial Changes
14+
15+
* Update .github/workflows/stale.yml [skip ci] ([0072812](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/0072812dd5a10bac6433c875a5d44082e82408f6))
16+
117
## [6.0.2](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v6.0.1...v6.0.2) (2022-08-31)
218

319

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/pubsub-peer-discovery",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "A libp2p module that uses pubsub for mdns like peer discovery",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-pubsub-peer-discovery#readme",

0 commit comments

Comments
 (0)