From a5a748e2fd1a49035dc22a1b36f3c3dbb0f06227 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Wed, 25 Jan 2023 15:35:12 +1100 Subject: [PATCH] chore: release @waku/dns-discovery@0.0.5 --- package-lock.json | 2 +- packages/dns-discovery/CHANGELOG.md | 13 ++++++++++++- packages/dns-discovery/package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6a1cebeb09..fea1f3d098 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26444,7 +26444,7 @@ }, "packages/dns-discovery": { "name": "@waku/dns-discovery", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT OR Apache-2.0", "dependencies": { "@libp2p/interface-peer-discovery": "^1.0.0", diff --git a/packages/dns-discovery/CHANGELOG.md b/packages/dns-discovery/CHANGELOG.md index 21f800dea9..bfbc5ee1d8 100644 --- a/packages/dns-discovery/CHANGELOG.md +++ b/packages/dns-discovery/CHANGELOG.md @@ -7,11 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.5] - 2023-01-25 + +### Changed + +- Replaced OpenDNS with AhaDNS in the default DoH DNS list. + +### Fixed + +- Moved `chai` to `devDependencies`. + ## [0.0.4] - 2023-01-18 ### Changed - Improved test coverage, various fixes. -[unreleased]: https://github.com/waku-org/js-waku/compare/@waku/dns-discovery@0.0.4...HEAD +[unreleased]: https://github.com/waku-org/js-waku/compare/@waku/dns-discovery@0.0.5...HEAD +[0.0.5]: https://github.com/status-im/js-waku/compare/@waku/dns-discovery@0.0.4...@waku/dns-discovery@0.0.5 [0.0.4]: https://github.com/status-im/js-waku/compare/f7f28f03b01fa5bc89eaeb083b68981169b45c39...@waku/dns-discovery@0.0.4 diff --git a/packages/dns-discovery/package.json b/packages/dns-discovery/package.json index b98a9fd6e7..2634e275cd 100644 --- a/packages/dns-discovery/package.json +++ b/packages/dns-discovery/package.json @@ -1,6 +1,6 @@ { "name": "@waku/dns-discovery", - "version": "0.0.4", + "version": "0.0.5", "description": "DNS Peer Discovery (EIP-1459)", "types": "./dist/index.d.ts", "module": "./dist/index.js",