Skip to content

Commit 3226dfb

Browse files
chore(release): 1.2.2 [skip ci]
## [1.2.2](v1.2.1...v1.2.2) (2024-05-28) ### Bug Fixes * make peer ids optional for webrtc addresses ([#27](#27)) ([0e99f19](0e99f19))
1 parent 0e99f19 commit 3226dfb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.2](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.2.1...v1.2.2) (2024-05-28)
2+
3+
4+
### Bug Fixes
5+
6+
* make peer ids optional for webrtc addresses ([#27](https://github.com/multiformats/js-multiaddr-matcher/issues/27)) ([0e99f19](https://github.com/multiformats/js-multiaddr-matcher/commit/0e99f19d6fc346f1c59802ea64513e610c7fc48c))
7+
18
## [1.2.1](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.2.0...v1.2.1) (2024-04-30)
29

310

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