Skip to content

Commit 528b09d

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.8.0...v2.0.0) (2025-07-07) ### ⚠ BREAKING CHANGES * compare component codes instead of strings (#60) ### Features * compare component codes instead of strings ([#60](#60)) ([579e251](579e251))
1 parent 579e251 commit 528b09d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.0.0](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.8.0...v2.0.0) (2025-07-07)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* compare component codes instead of strings (#60)
6+
7+
### Features
8+
9+
* compare component codes instead of strings ([#60](https://github.com/multiformats/js-multiaddr-matcher/issues/60)) ([579e251](https://github.com/multiformats/js-multiaddr-matcher/commit/579e251df2f04baf02b528fc78f90682bbd5d181))
10+
111
## [1.8.0](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.7.2...v1.8.0) (2025-07-07)
212

313
### Features

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