Skip to content

Commit 86d70da

Browse files
chore(release): 1.0.12 [skip ci]
## [1.0.12](v1.0.11...v1.0.12) (2026-01-18) ### Bug Fixes * replace dns-packet with `@dnsquery/dns-packet` ([#23](#23)) ([2f1e004](2f1e004))
1 parent 2f1e004 commit 86d70da

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.0.12](https://github.com/multiformats/js-dns/compare/v1.0.11...v1.0.12) (2026-01-18)
2+
3+
### Bug Fixes
4+
5+
* replace dns-packet with `@dnsquery/dns-packet` ([#23](https://github.com/multiformats/js-dns/issues/23)) ([2f1e004](https://github.com/multiformats/js-dns/commit/2f1e004e119d37cbc505cfd18a0b76906ced2ec1))
6+
17
## [1.0.11](https://github.com/multiformats/js-dns/compare/v1.0.10...v1.0.11) (2025-12-07)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/dns",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Resolve DNS queries with browser fallback",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/multiformats/js-dns#readme",

0 commit comments

Comments
 (0)