Skip to content

Commit 229b12d

Browse files
chore(release): 1.5.1 [skip ci]
## [1.5.1](v1.5.0...v1.5.1) (2024-11-08) ### Bug Fixes * allow peer id on webrtc address ([#43](#43)) ([982a4e5](982a4e5))
1 parent 982a4e5 commit 229b12d

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.5.1](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.5.0...v1.5.1) (2024-11-08)
2+
3+
### Bug Fixes
4+
5+
* allow peer id on webrtc address ([#43](https://github.com/multiformats/js-multiaddr-matcher/issues/43)) ([982a4e5](https://github.com/multiformats/js-multiaddr-matcher/commit/982a4e5324ff332c979ccfd5fc8460bac7b91fa4))
6+
17
## [1.5.0](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.4.1...v1.5.0) (2024-11-04)
28

39
### 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.5.0",
3+
"version": "1.5.1",
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)