Skip to content

Commit f2d5f25

Browse files
chore(release): 1.6.0 [skip ci]
## [1.6.0](v1.5.1...v1.6.0) (2024-11-13) ### Features * match peer ids in quic addresses ([#44](#44)) ([b7dbfa0](b7dbfa0))
1 parent b7dbfa0 commit f2d5f25

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.6.0](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.5.1...v1.6.0) (2024-11-13)
2+
3+
### Features
4+
5+
* match peer ids in quic addresses ([#44](https://github.com/multiformats/js-multiaddr-matcher/issues/44)) ([b7dbfa0](https://github.com/multiformats/js-multiaddr-matcher/commit/b7dbfa09efaa43250631d65652e135478a24e96d))
6+
17
## [1.5.1](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.5.0...v1.5.1) (2024-11-08)
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.5.1",
3+
"version": "1.6.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)