Skip to content

Commit 4fba7a3

Browse files
chore(release): 1.7.2 [skip ci]
## [1.7.2](v1.7.1...v1.7.2) (2025-05-13) ### Bug Fixes * support ../tcp/1234/tls/http multiaddrs ([#52](#52)) ([a8d8607](a8d8607))
1 parent a8d8607 commit 4fba7a3

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+
## [1.7.2](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.7.1...v1.7.2) (2025-05-13)
2+
3+
### Bug Fixes
4+
5+
* support ../tcp/1234/tls/http multiaddrs ([#52](https://github.com/multiformats/js-multiaddr-matcher/issues/52)) ([a8d8607](https://github.com/multiformats/js-multiaddr-matcher/commit/a8d86073603e586797d976724db853f8d17a3f75))
6+
17
## [1.7.1](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.7.0...v1.7.1) (2025-05-13)
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-matcher",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"description": "Match different multiaddr formats",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/multiformats/js-multiaddr-matcher#readme",

0 commit comments

Comments
 (0)