Skip to content

Commit bdec4d8

Browse files
chore(release): 10.1.2 [skip ci]
## [10.1.2](v10.1.1...v10.1.2) (2024-10-28) ### Bug Fixes * handle ports in multiaddrs with SNI tuples ([#154](#154)) ([9fd5bdb](9fd5bdb))
1 parent 9fd5bdb commit bdec4d8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [10.1.2](https://github.com/multiformats/js-multiaddr-to-uri/compare/v10.1.1...v10.1.2) (2024-10-28)
2+
3+
### Bug Fixes
4+
5+
* 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))
6+
17
## [10.1.1](https://github.com/multiformats/js-multiaddr-to-uri/compare/v10.1.0...v10.1.1) (2024-10-26)
28

39
### Dependencies

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": "10.1.1",
3+
"version": "10.1.2",
44
"description": "Convert a Multiaddr to a URI",
55
"author": "Alan Shaw",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)