Skip to content

Commit 3d8210d

Browse files
chore(release): 1.2.6 [skip ci]
## [1.2.6](v1.2.5...v1.2.6) (2024-09-26) ### Bug Fixes * match peer ids in tcp and dns addresses ([#35](#35)) ([26f2ff6](26f2ff6))
1 parent 26f2ff6 commit 3d8210d

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.2.6](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.2.5...v1.2.6) (2024-09-26)
2+
3+
### Bug Fixes
4+
5+
* match peer ids in tcp and dns addresses ([#35](https://github.com/multiformats/js-multiaddr-matcher/issues/35)) ([26f2ff6](https://github.com/multiformats/js-multiaddr-matcher/commit/26f2ff683914c12f111c7dccb7d4676fbfd9edde))
6+
17
## [1.2.5](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.2.4...v1.2.5) (2024-09-26)
28

39
### Dependencies

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