diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b5792..ddfbc9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [6.0.1](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v6.0.0...v6.0.1) (2022-08-03) + + +### Trivial Changes + +* update project config ([#42](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/42)) ([123099c](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/123099c289cecd21003bcea88c6d91c8499551d4)) + + +### Dependencies + +* update deps for no-copy operations ([#43](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/43)) ([90f4d38](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/90f4d38667f426c928a94f3ed08e86546c79452c)) + ## [6.0.0](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v5.0.4...v6.0.0) (2022-06-15) diff --git a/package.json b/package.json index 192fb02..64511ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/pubsub-peer-discovery", - "version": "6.0.0", + "version": "6.0.1", "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",