Skip to content

Commit 90d2d6e

Browse files
chore(release): 1.3.0 [skip ci]
## [1.3.0](v1.2.6...v1.3.0) (2024-10-11) ### Features * export functions to make custom matchers ([#38](#38)) ([ede4bdb](ede4bdb))
1 parent ede4bdb commit 90d2d6e

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+
## [1.3.0](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.2.6...v1.3.0) (2024-10-11)
2+
3+
### Features
4+
5+
* export functions to make custom matchers ([#38](https://github.com/multiformats/js-multiaddr-matcher/issues/38)) ([ede4bdb](https://github.com/multiformats/js-multiaddr-matcher/commit/ede4bdb99b1fb5ad65acb2cb220c04081e2c0285))
6+
17
## [1.2.6](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.2.5...v1.2.6) (2024-09-26)
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": "1.2.6",
3+
"version": "1.3.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)