Skip to content

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [9.0.0](v8.0.6...v9.0.0) (2023-09-18)

### ⚠ BREAKING CHANGES

* update to latest libp2p@0.45.x deps (#111)

### Dependencies

* update to latest libp2p@0.45.x deps ([#111](#111)) ([d54009b](d54009b)), closes [#98](#98)
  • Loading branch information
semantic-release-bot committed Sep 18, 2023
1 parent d54009b commit 6846d07
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 @@
## [9.0.0](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.6...v9.0.0) (2023-09-18)


### ⚠ BREAKING CHANGES

* update to latest libp2p@0.45.x deps (#111)

### Dependencies

* update to latest libp2p@0.45.x deps ([#111](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/111)) ([d54009b](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/d54009ba13632df7f74725daaeabd9f46a88ddb1)), closes [#98](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/98)

## [8.0.6](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.5...v8.0.6) (2023-09-18)


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": "8.0.6",
"version": "9.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 6846d07

Please sign in to comment.