Skip to content

Commit 4072eab

Browse files
chore(release): 9.0.7 [skip ci]
## [9.0.7](v9.0.6...v9.0.7) (2023-05-19) ### Bug Fixes * support /dns addresses ([#129](#129)) ([c852bfc](c852bfc)), closes [#9](#9)
1 parent c852bfc commit 4072eab

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+
## [9.0.7](https://github.com/multiformats/js-multiaddr-to-uri/compare/v9.0.6...v9.0.7) (2023-05-19)
2+
3+
4+
### Bug Fixes
5+
6+
* support /dns addresses ([#129](https://github.com/multiformats/js-multiaddr-to-uri/issues/129)) ([c852bfc](https://github.com/multiformats/js-multiaddr-to-uri/commit/c852bfca681112246483a8c98d46ad1d1384ba1c)), closes [#9](https://github.com/multiformats/js-multiaddr-to-uri/issues/9)
7+
18
## [9.0.6](https://github.com/multiformats/js-multiaddr-to-uri/compare/v9.0.5...v9.0.6) (2023-05-19)
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/multiaddr-to-uri",
3-
"version": "9.0.6",
3+
"version": "9.0.7",
44
"description": "Convert a Multiaddr to a URI /dnsaddr/ipfs.io/http -> http://ipfs.io",
55
"author": "Alan Shaw",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)