Skip to content

Commit

Permalink
chore(release): 10.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Oct 28, 2024
1 parent 9fd5bdb commit bdec4d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bdec4d8

Please sign in to comment.