Skip to content

Commit 5e8109e

Browse files
chore(release): 9.0.1 [skip ci]
## [9.0.1](v9.0.0...v9.0.1) (2025-03-26) ### Bug Fixes * prefer /tls/http to /https and /tls/ws to /wss ([#56](#56)) ([8293d85](8293d85)), closes [#6](#6)
1 parent 8293d85 commit 5e8109e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [9.0.1](https://github.com/multiformats/js-uri-to-multiaddr/compare/v9.0.0...v9.0.1) (2025-03-26)
2+
3+
### Bug Fixes
4+
5+
* prefer /tls/http to /https and /tls/ws to /wss ([#56](https://github.com/multiformats/js-uri-to-multiaddr/issues/56)) ([8293d85](https://github.com/multiformats/js-uri-to-multiaddr/commit/8293d85e7c2fbd1d7a3c1d4e1278193a4875b601)), closes [#6](https://github.com/multiformats/js-uri-to-multiaddr/issues/6)
6+
17
## [9.0.0](https://github.com/multiformats/js-uri-to-multiaddr/compare/v8.1.0...v9.0.0) (2025-03-26)
28

39
### ⚠ BREAKING CHANGES

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/uri-to-multiaddr",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Convert a URI to a Multiaddr",
55
"author": "olizilla",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)