Skip to content

Commit 1ecb12a

Browse files
chore(release): 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2025-09-04) ### Bug Fixes * match circuit relay address without target peer id ([#65](#65)) ([d4a4c66](d4a4c66))
1 parent d4a4c66 commit 1ecb12a

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+
## [3.0.1](https://github.com/multiformats/js-multiaddr-matcher/compare/v3.0.0...v3.0.1) (2025-09-04)
2+
3+
### Bug Fixes
4+
5+
* match circuit relay address without target peer id ([#65](https://github.com/multiformats/js-multiaddr-matcher/issues/65)) ([d4a4c66](https://github.com/multiformats/js-multiaddr-matcher/commit/d4a4c6613313d661c4852c3ecaa08c4443658baa))
6+
17
## [3.0.0](https://github.com/multiformats/js-multiaddr-matcher/compare/v2.0.2...v3.0.0) (2025-09-03)
28

39
### ⚠ BREAKING CHANGES

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": "3.0.0",
3+
"version": "3.0.1",
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)