Skip to content

Commit b787741

Browse files
committedMar 26, 2025
chore(release): 8.1.0 [skip ci]
## [8.1.0](v8.0.1...v8.1.0) (2025-03-26) ### Features * support http-path in multiaddrs ([#53](#53)) ([237abb0](237abb0)), closes [#47](#47)
1 parent 237abb0 commit b787741

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+
## [8.1.0](https://github.com/multiformats/js-uri-to-multiaddr/compare/v8.0.1...v8.1.0) (2025-03-26)
2+
3+
### Features
4+
5+
* support http-path in multiaddrs ([#53](https://github.com/multiformats/js-uri-to-multiaddr/issues/53)) ([237abb0](https://github.com/multiformats/js-uri-to-multiaddr/commit/237abb07edf05e000056ae2d60bbce333326c8a8)), closes [#47](https://github.com/multiformats/js-uri-to-multiaddr/issues/47)
6+
17
## [8.0.1](https://github.com/multiformats/js-uri-to-multiaddr/compare/v8.0.0...v8.0.1) (2025-03-26)
28

39
### Dependencies

‎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": "8.0.1",
3+
"version": "8.1.0",
44
"description": "Convert a URI to a Multiaddr",
55
"author": "olizilla",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)