Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.0](v5.0.4...v6.0.0) (2022-06-15)

### ⚠ BREAKING CHANGES

* uses new single-issue libp2p interface modules

### Features

* update libp2p interfaces ([#32](#32)) ([b60a381](b60a381))
  • Loading branch information
semantic-release-bot committed Jun 15, 2022
1 parent b60a381 commit a2b61d6
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 @@
## [6.0.0](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v5.0.4...v6.0.0) (2022-06-15)


### ⚠ BREAKING CHANGES

* uses new single-issue libp2p interface modules

### Features

* update libp2p interfaces ([#32](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/32)) ([b60a381](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/b60a381dc288cf23d98a2718937402263f51dcac))

### [5.0.4](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v5.0.3...v5.0.4) (2022-05-23)


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": "5.0.4",
"version": "6.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 a2b61d6

Please sign in to comment.