Skip to content

Commit a750e72

Browse files
chore(release): 1.0.11 [skip ci]
## [1.0.11](v1.0.10...v1.0.11) (2025-12-07) ### Bug Fixes * throw named error ([#21](#21)) ([aa6e086](aa6e086)) ### Trivial Changes * bump @types/sinon from 17.0.4 to 21.0.0 ([#20](#20)) ([3782b7d](3782b7d))
1 parent aa6e086 commit a750e72

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.0.11](https://github.com/multiformats/js-dns/compare/v1.0.10...v1.0.11) (2025-12-07)
2+
3+
### Bug Fixes
4+
5+
* throw named error ([#21](https://github.com/multiformats/js-dns/issues/21)) ([aa6e086](https://github.com/multiformats/js-dns/commit/aa6e0869289af3243d1b525b898330b70affff09))
6+
7+
### Trivial Changes
8+
9+
* bump @types/sinon from 17.0.4 to 21.0.0 ([#20](https://github.com/multiformats/js-dns/issues/20)) ([3782b7d](https://github.com/multiformats/js-dns/commit/3782b7de25491f760a67f9528ea5e6d6932ab00d))
10+
111
## [1.0.10](https://github.com/multiformats/js-dns/compare/v1.0.9...v1.0.10) (2025-10-14)
212

313
### Trivial Changes

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