We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e167835 commit 2917399Copy full SHA for 2917399
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [1.0.13](https://github.com/multiformats/js-dns/compare/v1.0.12...v1.0.13) (2026-01-20)
2
+
3
+### Bug Fixes
4
5
+* add logging ([#24](https://github.com/multiformats/js-dns/issues/24)) ([e167835](https://github.com/multiformats/js-dns/commit/e167835fc120bbeeab8b2f8670571b819a9e3c6c))
6
7
## [1.0.12](https://github.com/multiformats/js-dns/compare/v1.0.11...v1.0.12) (2026-01-18)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@multiformats/dns",
- "version": "1.0.12",
+ "version": "1.0.13",
"description": "Resolve DNS queries with browser fallback",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/multiformats/js-dns#readme",
0 commit comments