We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc651f5 commit 5020c6cCopy full SHA for 5020c6c
CHANGELOG.md
@@ -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
8
## [1.0.3](https://github.com/multiformats/js-dns/compare/v1.0.2...v1.0.3) (2024-03-13)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@multiformats/dns",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "Resolve DNS queries with browser fallback",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/multiformats/js-dns#readme",
0 commit comments