Skip to content

Commit f5d987c

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.0.2...v3.0.0) (2025-09-03) ### ⚠ BREAKING CHANGES * please use 13.x.x of @multiformats/multiaddr ### Bug Fixes * update @multiformats/multiaddr to 13.x.x ([#64](#64)) ([6d09ab4](6d09ab4)) ### Trivial Changes * add or force update .github/workflows/stale.yml ([#63](#63)) ([8cd926e](8cd926e))
1 parent 6d09ab4 commit f5d987c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [3.0.0](https://github.com/multiformats/js-multiaddr-matcher/compare/v2.0.2...v3.0.0) (2025-09-03)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* please use 13.x.x of @multiformats/multiaddr
6+
7+
### Bug Fixes
8+
9+
* update @multiformats/multiaddr to 13.x.x ([#64](https://github.com/multiformats/js-multiaddr-matcher/issues/64)) ([6d09ab4](https://github.com/multiformats/js-multiaddr-matcher/commit/6d09ab444afa864ac1a33052aabdcf9d7f5e1476))
10+
11+
### Trivial Changes
12+
13+
* add or force update .github/workflows/stale.yml ([#63](https://github.com/multiformats/js-multiaddr-matcher/issues/63)) ([8cd926e](https://github.com/multiformats/js-multiaddr-matcher/commit/8cd926e395cdf602662ae18a491c8238402ed5de))
14+
115
## [2.0.2](https://github.com/multiformats/js-multiaddr-matcher/compare/v2.0.1...v2.0.2) (2025-07-10)
216

317
### 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.2",
3+
"version": "3.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)