Skip to content

Commit 5e30ecb

Browse files
chore(release): 9.0.0 [skip ci]
## [9.0.0](v8.1.0...v9.0.0) (2025-03-26) ### ⚠ BREAKING CHANGES * returned multiaddrs created from domain names used to start with `/dns4`, now they start with `/dns` - pass `defaultDnsType: 'dns4'` to restore the previous behaviour ### Bug Fixes * prefer /dns to allow resolving A or AAAA records ([#55](#55)) ([4fbd126](4fbd126)), closes [#8](#8)
1 parent 4fbd126 commit 5e30ecb

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [9.0.0](https://github.com/multiformats/js-uri-to-multiaddr/compare/v8.1.0...v9.0.0) (2025-03-26)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* returned multiaddrs created from domain names used to start with `/dns4`, now they start with `/dns` - pass `defaultDnsType: 'dns4'` to restore the previous behaviour
6+
7+
### Bug Fixes
8+
9+
* prefer /dns to allow resolving A or AAAA records ([#55](https://github.com/multiformats/js-uri-to-multiaddr/issues/55)) ([4fbd126](https://github.com/multiformats/js-uri-to-multiaddr/commit/4fbd1260be528141a4a18d7966b34840ea348fc7)), closes [#8](https://github.com/multiformats/js-uri-to-multiaddr/issues/8)
10+
111
## [8.1.0](https://github.com/multiformats/js-uri-to-multiaddr/compare/v8.0.1...v8.1.0) (2025-03-26)
212

313
### Features

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/uri-to-multiaddr",
3-
"version": "8.1.0",
3+
"version": "9.0.0",
44
"description": "Convert a URI to a Multiaddr",
55
"author": "olizilla",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)