Skip to content

Commit a56c9e0

Browse files
chore(release): 1.0.6 [skip ci]
## [1.0.6](v1.0.5...v1.0.6) (2024-04-06) ### Bug Fixes * cloudflare dns only supports string type ([#7](#7)) ([a49bb37](a49bb37))
1 parent a49bb37 commit a56c9e0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.6](https://github.com/multiformats/js-dns/compare/v1.0.5...v1.0.6) (2024-04-06)
2+
3+
4+
### Bug Fixes
5+
6+
* cloudflare dns only supports string type ([#7](https://github.com/multiformats/js-dns/issues/7)) ([a49bb37](https://github.com/multiformats/js-dns/commit/a49bb37da6151ecdec164ebaedb133541de41b3c))
7+
18
## [1.0.5](https://github.com/multiformats/js-dns/compare/v1.0.4...v1.0.5) (2024-03-14)
29

310

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.5",
3+
"version": "1.0.6",
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)