Skip to content

Commit 1c5ea96

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2025-07-07) ### Bug Fixes * match ip6 zones and ip cidr in ip matchers ([#61](#61)) ([d12e9ef](d12e9ef))
1 parent d12e9ef commit 1c5ea96

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.1](https://github.com/multiformats/js-multiaddr-matcher/compare/v2.0.0...v2.0.1) (2025-07-07)
2+
3+
### Bug Fixes
4+
5+
* match ip6 zones and ip cidr in ip matchers ([#61](https://github.com/multiformats/js-multiaddr-matcher/issues/61)) ([d12e9ef](https://github.com/multiformats/js-multiaddr-matcher/commit/d12e9efdf606b682951f70f080ea56d3a9bc7387))
6+
17
## [2.0.0](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.8.0...v2.0.0) (2025-07-07)
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": "2.0.0",
3+
"version": "2.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)