Skip to content

Commit 5020c6c

Browse files
chore(release): 1.0.4 [skip ci]
## [1.0.4](v1.0.3...v1.0.4) (2024-03-14) ### Bug Fixes * use per-instance caching ([#3](#3)) ([dc651f5](dc651f5))
1 parent dc651f5 commit 5020c6c

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.4](https://github.com/multiformats/js-dns/compare/v1.0.3...v1.0.4) (2024-03-14)
2+
3+
4+
### Bug Fixes
5+
6+
* use per-instance caching ([#3](https://github.com/multiformats/js-dns/issues/3)) ([dc651f5](https://github.com/multiformats/js-dns/commit/dc651f59a9af430111b1d02606e1e3c2b4310804))
7+
18
## [1.0.3](https://github.com/multiformats/js-dns/compare/v1.0.2...v1.0.3) (2024-03-13)
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.3",
3+
"version": "1.0.4",
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)