Skip to content

Commit 9f0679c

Browse files
chore(release): 2.0.2 [skip ci]
## [2.0.2](v2.0.1...v2.0.2) (2025-07-10) ### Bug Fixes * allow optional multiaddrs ([#62](#62)) ([7ec36d2](7ec36d2))
1 parent 7ec36d2 commit 9f0679c

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+
## [2.0.2](https://github.com/multiformats/js-multiaddr-matcher/compare/v2.0.1...v2.0.2) (2025-07-10)
2+
3+
### Bug Fixes
4+
5+
* allow optional multiaddrs ([#62](https://github.com/multiformats/js-multiaddr-matcher/issues/62)) ([7ec36d2](https://github.com/multiformats/js-multiaddr-matcher/commit/7ec36d2a4a1f35aa3b5ee452610eef0fd5f27a2f))
6+
17
## [2.0.1](https://github.com/multiformats/js-multiaddr-matcher/compare/v2.0.0...v2.0.1) (2025-07-07)
28

39
### Bug Fixes

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": "2.0.1",
3+
"version": "2.0.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)