Skip to content

Commit c67221e

Browse files
chore(release): 10.0.0 [skip ci]
## [10.0.0](v9.0.8...v10.0.0) (2024-02-05) ### ⚠ BREAKING CHANGES * dns addresses previously returned domain names, now they return URLs ### Bug Fixes * always return a URI for DNS addresses ([#130](#130)) ([dae8350](dae8350)), closes [#8](#8)
1 parent dae8350 commit c67221e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [10.0.0](https://github.com/multiformats/js-multiaddr-to-uri/compare/v9.0.8...v10.0.0) (2024-02-05)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* dns addresses previously returned domain names, now they return URLs
7+
8+
### Bug Fixes
9+
10+
* always return a URI for DNS addresses ([#130](https://github.com/multiformats/js-multiaddr-to-uri/issues/130)) ([dae8350](https://github.com/multiformats/js-multiaddr-to-uri/commit/dae835053d4e9e0f4ce4dab57e98b4d996999653)), closes [#8](https://github.com/multiformats/js-multiaddr-to-uri/issues/8)
11+
112
## [9.0.8](https://github.com/multiformats/js-multiaddr-to-uri/compare/v9.0.7...v9.0.8) (2024-02-05)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/multiaddr-to-uri",
3-
"version": "9.0.8",
3+
"version": "10.0.0",
44
"description": "Convert a Multiaddr to a URI",
55
"author": "Alan Shaw",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)