Skip to content

Commit 2691bd6

Browse files
chore(release): 1.0.9 [skip ci]
## [1.0.9](v1.0.8...v1.0.9) (2025-09-08) ### Bug Fixes * move dns-packet types to dev deps ([#16](#16)) ([6688913](6688913))
1 parent 6688913 commit 2691bd6

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.9](https://github.com/multiformats/js-dns/compare/v1.0.8...v1.0.9) (2025-09-08)
2+
3+
### Bug Fixes
4+
5+
* move dns-packet types to dev deps ([#16](https://github.com/multiformats/js-dns/issues/16)) ([6688913](https://github.com/multiformats/js-dns/commit/6688913c1179b2ce34e1b1bb4958eb2d2535d758))
6+
17
## [1.0.8](https://github.com/multiformats/js-dns/compare/v1.0.7...v1.0.8) (2025-09-08)
28

39
### Dependencies

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