From bdec4d8ba942c0c9ca459c93694d1e71f3c77452 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Oct 2024 16:26:08 +0000 Subject: [PATCH] chore(release): 10.1.2 [skip ci] ## [10.1.2](https://github.com/multiformats/js-multiaddr-to-uri/compare/v10.1.1...v10.1.2) (2024-10-28) ### Bug Fixes * handle ports in multiaddrs with SNI tuples ([#154](https://github.com/multiformats/js-multiaddr-to-uri/issues/154)) ([9fd5bdb](https://github.com/multiformats/js-multiaddr-to-uri/commit/9fd5bdbd74f63e61109fe7183bf75f8c69aa357a)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9bbd66..270a04b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [10.1.2](https://github.com/multiformats/js-multiaddr-to-uri/compare/v10.1.1...v10.1.2) (2024-10-28) + +### Bug Fixes + +* handle ports in multiaddrs with SNI tuples ([#154](https://github.com/multiformats/js-multiaddr-to-uri/issues/154)) ([9fd5bdb](https://github.com/multiformats/js-multiaddr-to-uri/commit/9fd5bdbd74f63e61109fe7183bf75f8c69aa357a)) + ## [10.1.1](https://github.com/multiformats/js-multiaddr-to-uri/compare/v10.1.0...v10.1.1) (2024-10-26) ### Dependencies diff --git a/package.json b/package.json index 6dd66cc..41a5ab6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr-to-uri", - "version": "10.1.1", + "version": "10.1.2", "description": "Convert a Multiaddr to a URI", "author": "Alan Shaw", "license": "Apache-2.0 OR MIT",