From 4072eab2d442de7d88073542bda4a2ad34938e70 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 May 2023 09:45:17 +0000 Subject: [PATCH] chore(release): 9.0.7 [skip ci] ## [9.0.7](https://github.com/multiformats/js-multiaddr-to-uri/compare/v9.0.6...v9.0.7) (2023-05-19) ### Bug Fixes * 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) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7420cee..e61731a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.0.7](https://github.com/multiformats/js-multiaddr-to-uri/compare/v9.0.6...v9.0.7) (2023-05-19) + + +### Bug Fixes + +* 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) + ## [9.0.6](https://github.com/multiformats/js-multiaddr-to-uri/compare/v9.0.5...v9.0.6) (2023-05-19) diff --git a/package.json b/package.json index 0b47c2e..2d4f0e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr-to-uri", - "version": "9.0.6", + "version": "9.0.7", "description": "Convert a Multiaddr to a URI /dnsaddr/ipfs.io/http -> http://ipfs.io", "author": "Alan Shaw", "license": "Apache-2.0 OR MIT",