We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876432e commit 1ab3fc7Copy full SHA for 1ab3fc7
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.0.5](https://github.com/multiformats/js-dns/compare/v1.0.4...v1.0.5) (2024-03-14)
2
+
3
4
+### Bug Fixes
5
6
+* update TTL of cached results ([#4](https://github.com/multiformats/js-dns/issues/4)) ([876432e](https://github.com/multiformats/js-dns/commit/876432ea447edee27868e6e67a8c036697482522))
7
8
## [1.0.4](https://github.com/multiformats/js-dns/compare/v1.0.3...v1.0.4) (2024-03-14)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@multiformats/dns",
- "version": "1.0.4",
+ "version": "1.0.5",
"description": "Resolve DNS queries with browser fallback",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/multiformats/js-dns#readme",
0 commit comments