From c67221efe9032b8923a1919445fd7584bc50aab8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Feb 2024 17:00:11 +0000 Subject: [PATCH] chore(release): 10.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [10.0.0](https://github.com/multiformats/js-multiaddr-to-uri/compare/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](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) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a5da7..f03d304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [10.0.0](https://github.com/multiformats/js-multiaddr-to-uri/compare/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](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) + ## [9.0.8](https://github.com/multiformats/js-multiaddr-to-uri/compare/v9.0.7...v9.0.8) (2024-02-05) diff --git a/package.json b/package.json index 40a0aff..6d68dc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr-to-uri", - "version": "9.0.8", + "version": "10.0.0", "description": "Convert a Multiaddr to a URI", "author": "Alan Shaw", "license": "Apache-2.0 OR MIT",